Takes a YAML file with steps as a dictionary/list.
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.