act_clean | R Documentation |
Uses linelist::clean_data to clean strings and subsequently works to back convert inappropriately modified numeric and factor data to correct classes
act_clean(db, indiv_num = NULL, ...)
db |
Database to clean |
indiv_num |
Vector of variables in format of c("x", "y", etc) to retain as numeric if all whole numbers (which are otherwise converted to factors) |
... |
Additional arameters to pass to linelist's clean_data, including dictionary for spell changes |
A hopefully cleaner database
act_clean(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.