render_report: Creates an html report based on a .rmd file

View source: R/render_report.R

render_reportR Documentation

Creates an html report based on a .rmd file

Description

This function simply allows to render RMarkdown files to produce html reports. The report will be saved in the folder of the Rmarkdown file.

Usage

render_report(file, name)

Arguments

file

path to the file that should be rendered. File needs to be an RMarkdown script.

name

name of the final report.

Examples

# Produces an html-file called "01_analysis.html"
render_report("test.rmd", "01_analysis")

masurp/pmmisc documentation built on May 3, 2024, 7:13 p.m.