Merge the pre-processed landings of every form version
Source:R/preprocessing-surveys.R
merge_landings.RdBinds the long v2 and v3 tables with the frozen v1 snapshot. Column
reconciliation across form versions now happens in preprocess_landings(),
one version at a time, so this is a plain bind.
Usage
merge_landings(log_threshold = logger::DEBUG)Arguments
- log_threshold
The (standard Apache logj4) log level used as a threshold for the logging infrastructure. See logger::log_levels.