Learn R Programming

tern (version 0.9.8)

aesi_label: Labels for adverse event baskets

Description

[Stable]

Usage

aesi_label(aesi, scope = NULL)

Value

A string with the standard label for the AE basket.

Arguments

aesi

(character)
vector with standardized MedDRA query name (e.g. SMQxxNAM) or customized query name (e.g. CQxxNAM).

scope

(character)
vector with scope of query (e.g. SMQxxSC).

Examples

Run this code
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