Description Usage Details Examples
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.
1 2 3 4 5 | compile_data(
path = "data/",
use_previous_redactions = TRUE,
redaction_patterns = c()
)
|
Use this function to refresh the tidied versions of the data whenever the raw data is updated.
1 2 3 4 5 | ## Not run:
# (re-)compile data
compile_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.