report_yaml: Report from YAML

Description Usage Arguments Details See Also Examples

View source: R/utilities.R

Description

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

Usage

1
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

read_yaml

Examples

1
2
3
4
## Not run: 
 if(interactive()) report_yaml('vignette/example1.yaml')

## End(Not run)

cramirezs/wreportr documentation built on Dec. 19, 2021, 6:09 p.m.