Create data mapping based on data standards and user input
makeMapping(domainData, meta, autoMapping, customMapping)
named list of data.frames to be loaded in to the app. Sample AdAM data from the safetyData package used by default
data frame containing the metadata for use in the app.
boolean indicating whether the app should use safetyGraphics::detectStandard()
to detect data standards and automatically generate mappings for the data provided. Values specified in the customMapping
parameter overwrite auto-generated mappings when both are found. Defaults to true.
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)