Learn R Programming

repana (version 2.2.1)

render_report: A wrap to render a markdown report

Description

Render the report and copy it to the outputdir directory. More formats are available but only three are included here `

Usage

render_report(report, format = "pdf", outputdir = get_dirs()$reports, ...)

Value

No return value, called for side effects to render the reports

Arguments

report

filename of the report

format

output format. "pdf","html","word" are valid entries

outputdir

directory to save the report

...

other parameters for render function

See Also

Examples

Run this code
if (FALSE) {
render_report(myreport.rmd,"pdf")
}

Run the code above in your browser using DataLab