makeMapping | R Documentation |
Create data mapping based on data standards and user input
makeMapping(domainData, meta, autoMapping, customMapping)
domainData |
named list of data.frames to be loaded in to the app. Sample AdAM data from the safetyData package used by default |
meta |
data frame containing the metadata for use in the app. |
autoMapping |
boolean indicating whether the app should use |
customMapping |
optional list specifying initial mapping values within each data mapping (e.g. list(aes= list(id_col='USUBJID', seq_col='AESEQ')). |
List containing data standard information and mapping
"mapping" Initial Data Mapping
"standards" List of domain level data standards (or NULL if autoMapping is false)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.