proj_rmd_render | R Documentation |
The goal of this function is to mimic the behavior of the "knit" button in
the RStudio IDE - it will start a new R session in which the .Rmd
file
is rendered, using rmarkdown::render()
. By starting a new session,
we avoid package namespaces from being attached from previous renderings.
proj_rmd_render(input, ...)
input |
|
... |
other args passed to |
Invisible NULL
, called for side effects.
## Not run: # not run because it depends on and creates side effects proj_rmd_render("00-input.Rmd") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.