generate_report: Generate report

Description Usage Arguments Value Author(s) Examples

Description

Generate one or more reports using the templates in this package.

Usage

1
generate_report(srv, report = NULL, entity = NULL, type = "pdf")

Arguments

srv

A survey object containing the data that is being reported.

report

Path to the report template (.Rmd) for the specific study.

entity

Optional: Name of a specific entity to create a report for.

type

The type of report. Either PPT or PDF.

Value

Nothing. A .Rmd file and desired output is created for each entity in the data, or as specified.

Author(s)

Kristian D. Olsen

Examples

1
generate_report(x, "/Internal/Internal_report_2014.Rmd", entity=c("EPSI", "SKI"))

itsdalmo/reporttool documentation built on May 18, 2019, 7:11 a.m.