availableATC: Get all ATC codes from the cdm

View source: R/helperFunctions.R

availableATCR Documentation

Get all ATC codes from the cdm

Description

Get all ATC codes from the cdm

Usage

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

Arguments

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"

Value

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

Examples


cdm <- mockVocabRef()
availableATC(cdm)



CodelistGenerator documentation built on Oct. 17, 2024, 5:09 p.m.