Description Usage Arguments Details See Also Examples
Takes a YAML file with steps as a dictionary/list.
1 | report_yaml(file, rmd_file = NULL, return_object = FALSE, ...)
|
file |
Path to the file. |
rmd_file |
Preserve the generated Rmd, Default: NULL. |
return_object |
Whether or not to retrun the object, Default: FALSE. |
... |
Extra parameters for render from rmarkdown. |
A Reportr object saved in a temporary file as wells as the Rmd.
1 2 3 4 | ## Not run:
if(interactive()) report_yaml('vignette/example1.yaml')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.