Learn R Programming

rUM (version 2.2.0)

find_slides: 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)

Value

A list of class "slide_finder" containing the name of the package and the name of the slides.

Arguments

package

Character. Provide the package containing one or more slide decks.

Examples

Run this code
if (interactive()) {
  find_slides("rUM")
}

Run the code above in your browser using DataLab