Render an R Markdown report inside a tar_render() target.
Source: R/tar_render_raw.R
tar_render_run.RdInternal function needed for tar_render().
Users should not invoke it directly.
Arguments
- path
Path to the R Markdown source file.
- args
A named list of arguments to
rmarkdown::render().- deps
An unnamed list of target dependencies of the R Markdown report, automatically created by
tar_render().