clean_all | R Documentation |
Clean all
clean_all(.tbl, log, survey, choices, id_col, other)
.tbl |
A tibble |
log |
A log, which contains a column "action". |
survey |
A survey sheet from Kobo (with column "type" split) |
choices |
A choices sheet from Kobo |
id_col |
Usually uuid... to count |
other |
A character vector of the start of all other column names. E.g., other = "other_" |
Apply all cleaning functions, after checking the log, in the right order, modify character and double variables, recode others and other parents, remove duplicates, remove surveys, recount occurences. It uses default for count_occ_all.
A cleaned tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.