View source: R/make_notebook.R
| make_presentation | R Documentation |
Alias for make_revealjs(). Creates a Quarto reveal.js presentation.
make_presentation(name, dir = NULL, overwrite = FALSE, subdir = NULL)
name |
Character. The presentation name (with or without .qmd extension) |
dir |
Character. Directory to create the file in. Uses your project's
configured |
overwrite |
Logical. Whether to overwrite existing file. Default FALSE. |
subdir |
Optional subdirectory under |
Invisible path to created presentation
make_notebook(), make_revealjs()
if (FALSE) {
# Create notebooks/deck.qmd with reveal.js format
make_presentation("deck")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.