This will render an R markdown file to be included in a Shiny app.
Usage
renderRmd(path, input, quiet = TRUE, envir = new.env(), ...)
Arguments
- path
Rmarkdown file to render.
- input
the input object from Shiny (optional). If provided it will be passed to the Rmarkdown file through the environment.
- quiet
An option to suppress printing during rendering from knitr, pandoc command line and others.
- envir
the environment in which the Rmarkdown code will be evaluated.
- ...
other parameters passed to [knitr::knit2html()]