create.report: create report function

Description Usage Arguments

Description

this function creates the weekly data report

Usage

1
2
3
create.report(report_title, dataset, report_name, test, exclusion_criteria,
  codebook_path = .session_variables$codebook_path,
  codebook_name = .session_variables$codebook_name)

Arguments

report_title

title of the data review report, no default

dataset

the dataset on which to base the report

report_name

the name of the report file, no default

test

logical, if TRUE the generated report is named test, no default

exclusion_criteria

a list of functions defining what observations to exclude from the report, no default

codebook_path

the path to the data codebook that governs how to interpret the data, defaults to .session_variables$codebook_path

codebook_name

the name of the codebook, defaults to .session_variables$codebook_name


martingerdin/beehive documentation built on May 16, 2019, 11:12 p.m.