Generate a set of targets for wrangling and pre-processing raw data
Source:R/targets.R
tar_prep_raw.Rd
This target factory is the main part of the tar_prep_iquizoo
function. It
wrangles the raw data into a tidy format and calculates indices based on the
parsed data.
Usage
tar_prep_raw(
contents,
action_raw_data = c("parse", "preproc"),
name_data = "raw_data",
name_parsed = "raw_data_parsed",
name_indices = "indices"
)