compile_data: Compile data from 'raw' SWARM, Qualtrics & Knack CSVs

Description Usage Details Examples

Description

compile_data Compiles data from 'raw' CSVs exported from the various platforms used (SWARM, Qualtrics, Knack) for the Hunt Challenge 2020, and saves tidied versions of them to the package data file, overwriting any that were already saved.

Usage

1
2
3
4
5
compile_data(
  path = "data/",
  use_previous_redactions = TRUE,
  redaction_patterns = c()
)

Details

Use this function to refresh the tidied versions of the data whenever the raw data is updated.

Examples

1
2
3
4
5
## Not run: 
# (re-)compile data
compile_data()

## End(Not run)

Hunt-Laboratory/huntr documentation built on Sept. 27, 2020, 3:17 a.m.