buildReport: Build an Rmarkdown report into a PDF

Description Usage Arguments

Description

Build an Rmarkdown report into a PDF

Usage

1
2
buildReport(rmarkdown_path, output_name = "report", output_dir = getwd(),
  params = list(), envir = new.env())

Arguments

rmarkdown_path

path of the rmarkdown file

output_name

name of the report file on output, without file suffix

output_dir

directory the report should be written to

params

parameters to be passed on to the rmarkdown file

envir

environment which should be used to execute rmarkdown::render; often useful to specify a new environment including the reporting package, e.g. new.env(parent = loadNamespace("packageName"))


RazorfishGermany/reportingManager documentation built on May 9, 2019, 9:22 a.m.