availableATC: Get the names of all available Anatomical Therapeutic...

View source: R/helperFunctions.R

availableATCR Documentation

Get the names of all available Anatomical Therapeutic Chemical (ATC) classification codes

Description

Get the names of all available Anatomical Therapeutic Chemical (ATC) classification codes

Usage

availableATC(cdm, level = c("ATC 1st"))

Arguments

cdm

A cdm reference via CDMConnector.

level

ATC level. Can be one or more of "ATC 1st", "ATC 2nd", "ATC 3rd", "ATC 4th", and "ATC 5th".

Value

A vector containing the names of ATC codes for the chosen level(s) found in the concept table of cdm.

Examples


cdm <- mockVocabRef()
availableATC(cdm)



CodelistGenerator documentation built on April 11, 2025, 5:51 p.m.