find_slides | R Documentation |
Returns the names of all Quarto slide decks in a package. This is designed to work
with rUM::show_slides()
to preview the slide deck. For more
information look in the
Creating Slides with write_slides() vignette.
find_slides(package = NULL)
package |
Character. Provide the package containing one or more slide decks. |
A list of class "slide_finder" containing the name of the package and the name of the slides.
if (interactive()) {
find_slides("rUM")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.