make_presentation
Create a Presentation
Alias for `make_revealjs()`. Creates a Quarto reveal.js presentation.
Usage
make_presentation(name, dir = NULL, overwrite = FALSE)
Arguments
| Argument | Description |
|---|---|
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. |
Returns
Invisible path to created presentation
Examples
# Create notebooks/deck.qmd with reveal.js format
make_presentation("deck")
See Also
Source: R/make_notebook.R