View source: R/applydictionary.R
applyDictionary | R Documentation |
applyDictionary
applyDictionary(dictionary = NULL, data, verbose = TRUE, keepextra = FALSE)
dictionary |
A dictionary (passed as dataframe) |
data |
A dataset to transform to generic |
verbose |
Should we have feedback |
keepextra |
if TRUE, extra variables existing in data but not in generic dictionary are keep in the returned dataset. Then this generic dataset is no longer generic because it may contain non generic variables |
A data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.