Takes a YAML file with steps as a dictionary/list.

report_yaml(file, rmd_file = NULL, return_object = FALSE, ...)

Arguments

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.

Details

A Reportr object saved in a temporary file as wells as the Rmd.

See also

Examples

if (FALSE) { if(interactive()) report_yaml('vignette/example1.yaml') }