powered by
Get the names of all available Anatomical Therapeutic Chemical (ATC) classification codes
availableATC(cdm, level = c("ATC 1st"))
A vector containing the names of ATC codes for the chosen level(s) found in the concept table of cdm.
A cdm reference via CDMConnector.
ATC level. Can be one or more of "ATC 1st", "ATC 2nd", "ATC 3rd", "ATC 4th", and "ATC 5th".
# \donttest{ cdm <- mockVocabRef() availableATC(cdm) # }
Run the code above in your browser using DataLab