View source: R/getNHINoViaRCFNo.R
getNHINoViaRCFNo | R Documentation |
This is a function to get Taiwan Health Insurance drug code(NHINo) via Chang Gung Medical Hospital drug code(RCFNo)
getNHINoViaRCFNo(df, RCFNoColName = RCFNO)
df |
data.frame, the specific hospital drug code |
RCFNoColName |
a colum name for RCFNo of df |
User can input the specific hospital drug code
If there is no corresponed NHINo, then display NA
.
A new data.table with following columns.
CGMH_CODE
Chang Gung Medical Hospital drug code RCFNo
NHINO1
drug NHINo
# sample of getting NHINo via RCFNo of Chang Gung Medical Hospital. head(getNHINoViaRCFNo(df = sample_taiwan_drug, RCFNoColName = CGMH_CODE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.