data_clean {volker} | R Documentation |
The tibble remembers whether it was already cleaned and the cleaning plan is only performed once in the first call.
data_clean(data, plan = "sosci", ...)
data |
Data frame. |
plan |
The cleaning plan. By now, only "sosci" is supported. See data_clean_sosci. |
... |
Other parameters passed to the appropriate cleaning function. |
Cleaned data frame with vlkr_df class.
ds <- volker::chatgpt
ds <- data_clean(ds)