inactiveIncluded {Rdiagnosislist}R 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)

[Package Rdiagnosislist version 1.2 Index]