View source: R/enact_recodes.R
enact_recodes | R Documentation |
Apply a set of recode instructions to a dataset
enact_recodes(data, ..., ignore_case = TRUE, copy = TRUE)
data |
data.frame (or something that inherits from a data frame) |
... |
objects coercible to a list of |
ignore_case |
logical. should the case of names(data) be ignored? |
copy |
logical. If false and data is a data.table object, the function omits a copy step and will alter the underlying data.table by reference |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.