generate_report: A function to generate the Rmd report

Description Usage Arguments Value Examples

View source: R/generate_report.R

Description

This function generates the Rmd report.

This function generates the Rmd report.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
generate_report(
  path_2_Rdatafile = ".",
  dir_4_report = ".",
  path_2_Rmd_template = system.file("rmarkdown", package = "exrender")
)

generate_report(
  path_2_Rdatafile = ".",
  dir_4_report = ".",
  path_2_Rmd_template = system.file("rmarkdown", package = "exrender")
)

Arguments

path_2_Rdatafile

full path to the Rdatafile

dir_4_report

directory to place the report

path_2_Rmd_template

full path to the Rmd report template

Value

Writes a pdf report to file

Writes a pdf report to file

Examples

1
2

hughesevoanth/exrender documentation built on Dec. 20, 2021, 4:53 p.m.