View source: R/ApplyAttributesMapping.R
| ApplyAttributesMapping | R Documentation |
Applies attributes mapping to original data
ApplyAttributesMapping(originalData, attrMapping, defaultValues)
originalData |
Original data. Required. |
attrMapping |
List of attributes mapping between original data and internal representation. Required. |
defaultValues |
List of default values for non-mapped columns |
data.table
## Not run:
ApplyAttributesMapping(originalData, attrMapping)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.