inform_on_ct_mappability {sdtm.oak} | R Documentation |
Inform on the mappability of terms to controlled terminology
Description
inform_on_ct_mappability()
checks whether all values in x
can be mapped
using the controlled terminology terms in from
. It raises an informative
message if any values in x
are not mappable.
Usage
inform_on_ct_mappability(x, from)
Arguments
x |
A character vector of terms to be checked. |
from |
A character vector of valid controlled terminology terms. |
Value
Invisibly returns TRUE
if all terms are mappable; otherwise,
prints an informative message and returns FALSE
invisibly.
[Package sdtm.oak version 0.2.0 Index]