load_cleaninglog: Loads the cleaning log from a csv file

Description Usage Arguments Value See Also

View source: R/util_load.R

Description

Loads the cleaning log from a csv file

Usage

1
2
load_cleaninglog(cleaning_log_file, cleaning.log.uuid.column,
  cleaning.log.new.value.column, cleaning.log.variable.column)

Arguments

cleaning_log_file

name of a csv file containing the cleaning log

cleaning.log.uuid.column

name of the cleaning log column holding the UUIDs

cleaning.log.new.value.column

name of the cleaning log column holding the new value

cleaning.log.variable.column

name of the cleaning log column holding the variable name, referencing the column header in the data

Value

- makes function data_validation_cleaning_log_comparison usable 'NULL' if 'return.stratum.populations' is 'FALSE' (default) A named vector with the population counts per stratum, if 'return.stratum.populations' is set to 'TRUE'

See Also

This function enables data_validation_cleaning_log_comparison. Similar data loading functions see load_data,load_questionnaire (not implemented)


mabafaba/reachR2 documentation built on May 3, 2019, 3:40 p.m.