Last chance! 50% off unlimited learning
Sale ends in
aesi_label(aesi, scope = NULL)
A string
with the standard label for the AE basket.
(character
)
vector with standardized MedDRA query name (e.g. SMQxxNAM
) or customized query
name (e.g. CQxxNAM
).
(character
)
vector with scope of query (e.g. SMQxxSC
).
adae <- tern_ex_adae
# Standardized query label includes scope.
aesi_label(adae$SMQ01NAM, scope = adae$SMQ01SC)
# Customized query label.
aesi_label(adae$CQ01NAM)
Run the code above in your browser using DataLab