Description Usage Arguments Value Examples
View source: R/render_ioslides.R
Render ioslides from an .Rmd file
1 | render_ioslides(path, ...)
|
path |
Path to an .Rmd file. |
... |
Argumets passed to [rmarkdown::render]. |
It's called for the side effect of creating an .html-ioslides version of 'path'.
1 2 3 4 5 6 7 8 9 | if (interactive()) {
in_ds_incubator <- identical(fs::path_file(here::here()), "ds-incubator")
stopifnot(in_ds_incubator)
render_ioslides("2020-01-21-debugging-with-rstudio.Rmd")
message("Opening slides.html in your web browser")
browseURL("slides.html")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.