build_report: Build the report list.

Description Usage Arguments Value Examples

View source: R/parser.R

Description

Specify the path to the file containing the report list. Build_report reads the list, turns it into your report object, and uploads it to the s3 path you specify.

Usage

1
build_report(report_path, args = list(), .disable_tests = FALSE)

Arguments

report_path

The path to your report list.

Value

Technically does not return anything. Build_report writes the report objects using global assignment, so you'll have the report object in memory after execution, even if a particular function fails.

Examples

1
build_report('path/to/my/file.R')

christiantillich/syberiaReports documentation built on July 24, 2019, 1:56 p.m.