readSecondLevelATC {epos} | R Documentation |
Read the second level ATC classes from the file atc-secondlevel.map
Description
Read the second level ATC classes from the file atc-secondlevel.map
Usage
readSecondLevelATC(filename, seperator)
Arguments
filename |
the file name that is supposed to be atc-secondlevel.map |
seperator |
the csv file delimiter |
Value
atchashsec a hash with second level ATC classes as keys and their names as values
Examples
atchashsec <-
readSecondLevelATC(
system.file("extdata", "atc-secondlevel.map", package = "epos"), "\t")
[Package epos version 1.1 Index]