readSecondLevelATC | R Documentation |
Read the second level ATC classes from the file atc-secondlevel.map
readSecondLevelATC(filename, seperator)
filename |
the file name that is supposed to be atc-secondlevel.map |
seperator |
the csv file delimiter |
atchashsec a hash with second level ATC classes as keys and their names as values
atchashsec <-
readSecondLevelATC(
system.file("extdata", "atc-secondlevel.map", package = "epos"), "\t")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.