
2.6 Video examples
You may also want to embed videos in your course. If alternatively, you just want to include a link you can do so like this:
Check out this link to a video using markdown syntax.
2.6.1 Using knitr
To embed videos in your course, you can use knitr::include_url()
like this:
Note that you should use echo=FALSE
in the code chunk because we don’t want the code part of this to show up. If you are unfamiliar with how R Markdown code chunks work, read this.