make_presentation: Create a Presentation

View source: R/make_notebook.R

make_presentationR Documentation

Create a Presentation

Description

Alias for make_revealjs(). Creates a Quarto reveal.js presentation.

Usage

make_presentation(name, dir = NULL, overwrite = FALSE, subdir = NULL)

Arguments

name

Character. The presentation name (with or without .qmd extension)

dir

Character. Directory to create the file in. Uses your project's configured directories$notebooks setting. Default: "notebooks/".

overwrite

Logical. Whether to overwrite existing file. Default FALSE.

subdir

Optional subdirectory under dir (e.g., "slides/week-01").

Value

Invisible path to created presentation

See Also

make_notebook(), make_revealjs()

Examples


if (FALSE) {
# Create notebooks/deck.qmd with reveal.js format
make_presentation("deck")
}



framework documentation built on Feb. 18, 2026, 1:07 a.m.