readSecondLevelATC: Read the second level ATC classes from the file...

Description Usage Arguments Value Examples

Description

Read the second level ATC classes from the file atc-secondlevel.map

Usage

1
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

1
2
3
atchashsec <-
  readSecondLevelATC(
  system.file("extdata", "atc-secondlevel.map", package = "epos"), "\t")

epos documentation built on Feb. 20, 2021, 9:09 a.m.