data_clean | R Documentation |
Depending on the selected cleaning plan, for example, recodes residual values to NA.
data_clean(data, plan = "default", ...)
data |
Data frame. |
plan |
The cleaning plan. By now, only "default" is supported. See data_clean_default. |
... |
Other parameters passed to the appropriate cleaning function. |
The tibble remembers whether it was already cleaned and the cleaning plan is only applyed once in the first call.
Cleaned data frame with vlkr_df class.
ds <- volker::chatgpt
ds <- data_clean(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.