generate_html_report: A function to generate a html report

Description Usage Arguments Value Examples

View source: R/generate_html_report.R

Description

This function generates the html report.

This function generates the html report.

Usage

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

generate_html_report(
  full_path_2_Rdatafile = "GeneratedData.Rdata",
  dir_4_report = ".",
  path_2_Rmd_template = system.file("rmarkdown", package = "exrender")
)

Arguments

full_path_2_Rdatafile

full path to the Rdatafile

dir_4_report

directory to place the report

path_2_Rmd_template

full path to the html report template

Value

Writes a html report to file

Writes a html report to file

Examples

1
2

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