View source: R/getATCViaNHINo.R
| getATCViaNHINo | R Documentation |
This is a function to get Anatomical Therapeutic Chemical Classification System(ATC) code via Taiwan Health Insurance drug code(NHINo)
getATCViaNHINo(df, NHINoColName = NHINo)
df |
data.frame include NHINO |
NHINoColName |
A colum for NHINo of df |
This function filter the patient to be analyzed with the target indication drug, which encode in RxCui and be converted to ATC code by the function getATCViaRxCui().
User inputs the data frame with drug column which encoded in NHINo, then the output will add a column named ATC in the original input data frame.
# sample of getting ATC code via NHINo. head(getATCViaNHINo(df = sample_nhino_code,NHINoColName = NHINo))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.