read_atc: Reads the Anatomical Therapeutic Chemical (ATC)...

View source: R/icdR.R

read_atcR Documentation

Reads the Anatomical Therapeutic Chemical (ATC) Classification codes

Description

Reads the Anatomical Therapeutic Chemical (ATC) Classification codes from medstat.dk (not from https://www.whocc.no/atc_ddd_index/).The available data include the ATC code column, the name of the active drug agent, the unit (DDD or other; not availbale for every drug)

Usage

read_atc(
  atc_link = "https://medstat.dk/da/download/file/YXRjX2NvZGVfdGV4dC50eHQ="
)

Arguments

atc_link

is the link to medstat.dk

Value

the dataframe with ATC codes

Examples

atc <- read_atc()

evpatora/icdR documentation built on March 28, 2023, 10:06 a.m.