powered by
ADaM mappings describe how variables and meta information in the ADaM data are mapped to standardized term.
adam_mapping( name, id = NULL, group = NULL, var = NULL, subset = NULL, label = NULL, ... )
A list with class adam_mapping. Components of the list are either quosures or constants.
adam_mapping
A character value of term name. The term name is used as key to link information.
A character value of subject identifier variable name in an ADaM dataset.
A character vector of group variable names in an ADaM dataset.
A character vector of useful variable names in an ADaM dataset.
An expression to identify analysis records. See base::subset().
base::subset()
A character value of analysis label.
Additional variables.
The design is inspired by ggplot2::aes().
ggplot2::aes()
adam_mapping( name = "apat", id = "USUBJID", group = "TRT01A", subset = TRTFL == "Y", label = "All Participants as Treated" )
Run the code above in your browser using DataLab