find_slides {rUM} | R Documentation |
List all slide decks in a package
Description
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.
Usage
find_slides(package = NULL)
Arguments
package |
Character. Provide the package containing one or more slide decks. |
Value
A list of class "slide_finder" containing the name of the package and the name of the slides.
Examples
if (interactive()) {
find_slides("rUM")
}
[Package rUM version 2.2.0 Index]