GeneratePresentation: Generate presentation

Description Usage Arguments

View source: R/GeneratePresentation.R

Description

Main function for generating the audit filter review report.

Usage

1
2
3
GeneratePresentation(centre.name, this.meeting.date,
  last.meeting.date = NULL, data.path, codebook.path,
  codebook.file.name = "codebook.csv")

Arguments

centre.name

Character vector of length 1. The name of the centre. No default.

this.meeting.date

Character vector of length 1. The date whan the meeting is. Should be formatted as YYYY-MM-DD. No default.

last.meeting.date

Character vector of length 1. The date whan the last meeting was or NULL, in which case it is assumed that no previous meetings have been held and all data is used. Should be formatted as YYYY-MM-DD. Default is NULL.

data.path

Character vector of length 1. The path to the raw data directory. No default.

codebook.path

Character vector of length 1. The path to the data codebook. No default.

codebook.file.name

Character vector of length 1. The codebook file name. Defaults to "codebook.csv".


titco/generate-audit-filter-data-presentation documentation built on Feb. 28, 2020, 6:40 p.m.