tar_prep_raw | R Documentation |
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.
tar_prep_raw(
contents,
action_raw_data = c("parse", "preproc"),
name_data = "raw_data",
name_parsed = "raw_data_parsed",
name_indices = "indices"
)
contents |
The contents structure used as the configuration of data fetching. |
action_raw_data |
The action to be taken on the fetched raw data. |
name_data |
The name of the raw data target. |
name_parsed |
The name of the parsed data target. |
name_indices |
The name of the indices target. |
A list of target objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.