powered by
aesi_label(aesi, scope = NULL)
A string with the standard label for the AE basket.
string
(character) vector with standardized MedDRA query name (e.g. SMQxxNAM) or customized query name (e.g. CQxxNAM).
character
SMQxxNAM
CQxxNAM
(character) vector with scope of query (e.g. SMQxxSC).
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