test.make.data.review.report: make weekly data review report test suite main function

Description Usage Arguments

Description

this function compiles the weekly data review report when testing beehive

Usage

1
2
3
4
5
6
test.make.data.review.report(path = "./test_data/server/",
  report_name = "test-weekly-data-review-report",
  report_title = "Test data review report", data_path = "./test_data/data/",
  data_copy_path = "./test_data/data/copy/", dataset_name_prefix = "test",
  codebook_path = "./test_data/codebook/",
  codebook_name = "test-codebook.csv", develop = FALSE, test = TRUE)

Arguments

path

path to directory with records

report_name

name of the report file

report_title

title of the data review report

data_path

path to data directory

data_copy_path

path to data copy directory

dataset_name_prefix

a character string to prefix the datasets with

codebook_path

path to codebook

codebook_name

name of codebook

develop

logical, if TRUE the develop version of beehive is used, defaults to FALSE

test

logical, if TRUE the generated report is named test, defaults to FALSE


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