adam_mapping | R Documentation |
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,
...
)
name |
A character value of term name. The term name is used as key to link information. |
id |
A character value of subject identifier variable name in an ADaM dataset. |
group |
A character vector of group variable names in an ADaM dataset. |
var |
A character vector of useful variable names in an ADaM dataset. |
subset |
An expression to identify analysis records.
See |
label |
A character value of analysis label. |
... |
Additional variables. |
The design is inspired by ggplot2::aes()
.
A list with class adam_mapping
.
Components of the list are either quosures or constants.
adam_mapping(
name = "apat",
id = "USUBJID",
group = "TRT01A",
subset = TRTFL == "Y",
label = "All Participants as Treated"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.