inactiveIncluded: Check if inactive terms are included in SNOMED CT dictionary

View source: R/concepts.R

inactiveIncludedR Documentation

Check if inactive terms are included in SNOMED CT dictionary

Description

Checks the active_only flag in the metadata of a SNOMED environment to determine whether inactive terms are included

Usage

inactiveIncluded(SNOMED = getSNOMED())

Arguments

SNOMED

environment containing SNOMED dictionary, defaults to an object named 'SNOMED' in the global environment

Value

TRUE or FALSE (logical vector of length one)

Examples

# Create a TEST environment and load the sample dictionaries
TEST <- sampleSNOMED()
inactiveIncluded(TEST)
assign('metadata', list(active_only = TRUE), envir = TEST)
inactiveIncluded(TEST)

Rdiagnosislist documentation built on April 18, 2023, 5:12 p.m.