clst_code_to_term()
maps SDTM terminology codelists' C-codes to respective
terms. For mapping codes other than those representing codelists, use
code_to_term()
instead.
Value
A character vector of SDTM terms for codelists. The number
of elements returned matches the number of elements in code
, i.e. there
is a one-to-one correspondence between input and output. Invalid codes in
code
are mapped to NA
.
See also
See clst_term_to_code()
for the inverse operation.