inform_on_ct_mappability: Inform on the mappability of terms to controlled terminology

View source: R/ct.R

inform_on_ct_mappabilityR 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.


sdtm.oak documentation built on June 9, 2025, 5:10 p.m.