renderVignette: Render a vignette from source to include in a Shiny app.

View source: R/renderVignette.R

renderVignetteR Documentation

Render a vignette from source to include in a Shiny app.

Description

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()].


jbryer/ShinyDemo documentation built on March 26, 2022, 6:18 p.m.