powered by
Processes the input file db-atc.map to form a HashMap containing the drug names with ATC codes
readAtcMapIntoHashMapDrugNamesAtcCodes(filename, seperator)
atchashda hash with drug names as keys and atc codes as values
character vector with the file name of the file db-atc.map
character vector with the seperator used within the map-file
atchashda <- readAtcMapIntoHashMapDrugNamesAtcCodes( system.file("extdata", "db-atc.map", package = "epos"), "\t")
Run the code above in your browser using DataLab