Description Usage Arguments Value See Also Examples
report_render
parses the Reportr object, creates a temporary
Rmd file and then calls render from markdown to create the report file.
1 | report_render(object, rmd_file = NULL, ...)
|
object |
Reportr object. |
rmd_file |
Preserve the generated Rmd, Default: NULL. |
... |
Extra parameters for render from rmarkdown. |
NULL. It renders the object.
1 2 3 4 5 6 | ## Not run:
if(interactive()){
report_render(create_wsteps(as.list(list.dirs("~/Documents", recursive = FALSE))))
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.