View source: R/helperFunctions.R
availableATC | R Documentation |
Get all ATC codes from the cdm
availableATC(cdm, level = c("ATC 1st"))
cdm |
cdm_reference via CDMConnector |
level |
ATC level. Can be one or more of "ATC 1st", "ATC 2nd", "ATC 3rd", "ATC 4th", and "ATC 5th" |
A vector list of all ATC codes for the chosen level(s) found in the concept table of cdm.
cdm <- mockVocabRef()
availableATC(cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.