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.
Examples
if (interactive()) {
find_slides("rUM")
}