IeDEA-SA / ART-codes

Lookup table for codes of ART medications
Other
0 stars 1 forks source link

ART-codes

Set of IeDEA medication codes to identify & describe ARTs in tblART data.

Folder data-raw contains the files with codes in csv and xlsx format.

Use this link to preview the data in csv format.

Use this link to download the data in xlsx format.

In order to get the data into R use:

library(readr)
IeDEA_druglist <- read_csv("https://raw.githubusercontent.com/IeDEA-SA/ART-codes/main/data-raw/IeDEA_druglist.csv")

In Stata:

import delimited "https://raw.githubusercontent.com/IeDEA-SA/ART-codes/main/data-raw/IeDEA_druglist.csv", varnames(1)

Please file an issue if you see anything that could be improved. Alternatively please feel free to fork the repository or reach out to the team with questions and comments.

CC BY-NC-SA 4.0