Skip to content

Commit

Permalink
replace include_url chunk with html iframe due to webshot error
Browse files Browse the repository at this point in the history
  • Loading branch information
DorienHuijser committed Oct 2, 2023
1 parent 3b810e1 commit 6fe8757
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chapters/legal-basis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,9 @@ basis.
It is not always clear-cut which legal basis is the best one to choose. Use the
below flowchart to decide which legal basis is most suitable for your situation.

```{r legal-basis-flowchart, echo=FALSE, results="asis"}
knitr::include_url("assets/legal-bases-slides/legal-basis-slides.html",
height = "600px")
```
<iframe src="assets/legal-bases-slides/legal-basis-slides.html"
width="100%"
height="600px"></iframe>

[Click here to see the flowchart in full-screen mode](assets/legal-bases-slides/legal-basis-slides.html){target="_blank"}.

Expand Down

0 comments on commit 6fe8757

Please sign in to comment.