powered by
Checks the active_only flag in the metadata of a SNOMED environment to determine whether inactive terms are included
inactiveIncluded(SNOMED = getSNOMED())
TRUE or FALSE (logical vector of length one)
environment containing SNOMED dictionary, defaults to an object named 'SNOMED' in the global environment
# Create a TEST environment and load the sample dictionaries TEST <- sampleSNOMED() inactiveIncluded(TEST) assign('metadata', list(active_only = TRUE), envir = TEST) inactiveIncluded(TEST)
Run the code above in your browser using DataLab