Skip to contents

This will render a vignette (currently Rmd only) to be included within a Shiny app.

Usage

renderVignette(topic, package, ...)

Arguments

topic

a character string giving the name of the vignette to include.

package

a character vector with the names of packages to search through, or NULL in which ‘all’ packages (as defined by argument all) are searched

...

other parameters passed to [ShinyDemo::renderRmd()].