build_report: Build A Report

View source: R/report.R

build_reportR Documentation

Build A Report

Description

Generate a report in MS Word format (.docx format) from an R Markdown template.

Usage

build_report(
  outdir,
  state,
  type = c("findings", "generic"),
  quietly = !interactive(),
  ...
)

Arguments

outdir

Destination directory of generated report

state

RAAMP State for which report is generated

type

character - either basic or findings

quietly

logical; should output be printed to the console?

...

Other arguments passed to rmarkdown::render.

Note

By default, in interactive mode, the function will print progress messages to the console, while it is quiet during a scripting session.


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.