Learn R Programming

epos (version 1.1)

readSecondLevelATC: 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)

Value

atchashsec a hash with second level ATC classes as keys and their names as values

Arguments

filename

the file name that is supposed to be atc-secondlevel.map

seperator

the csv file delimiter

Examples

Run this code
atchashsec <-
  readSecondLevelATC(
  system.file("extdata", "atc-secondlevel.map", package = "epos"), "\t")

Run the code above in your browser using DataLab