add_rmd: Add an rmarkdown file to an app

Description Usage Arguments See Also Examples

View source: R/add_rmd.R

Description

Run inline and stand-alone code chunks and include results as part of a shiny app. Include LaTeX-typeset equations with MathJax

Usage

1
add_rmd(rmd, path)

Arguments

rmd

character Name of an rmarkdown file saved in the app directory

path

Path to a file outside of the app directory

See Also

add_server add_ui

Examples

1
2
3
4
## Not run: 
# see examples in add_server and add_ui documentation

## End(Not run)

teachingApps documentation built on July 1, 2020, 5:58 p.m.