report_render: Render Reportr object

Description Usage Arguments Value See Also Examples

View source: R/utilities.R

Description

report_render parses the Reportr object, creates a temporary Rmd file and then calls render from markdown to create the report file.

Usage

1
report_render(object, rmd_file = NULL, ...)

Arguments

object

Reportr object.

rmd_file

Preserve the generated Rmd, Default: NULL.

...

Extra parameters for render from rmarkdown.

Value

NULL. It renders the object.

See Also

render

Examples

1
2
3
4
5
6
## Not run: 
 if(interactive()){
  report_render(create_wsteps(as.list(list.dirs("~/Documents", recursive = FALSE))))
 }

## End(Not run)

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