50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

epos (version 1.1)

readAtcMapIntoHashMapAtcCodesAtcNames: Processes the input file db-atc.map to form a HashMap containing the drug names with ATC codes

Description

Processes the input file db-atc.map to form a HashMap containing the drug names with ATC codes

Usage

readAtcMapIntoHashMapAtcCodesAtcNames(filename, seperator)

Value

atchashaa hash with atc codes as keys and atc names as values

Arguments

filename

character vector with the file name of the file db-atc.map

seperator

character vector with the seperator used within the map-file

Examples

Run this code
atchashaa <-
  readAtcMapIntoHashMapAtcCodesAtcNames(
    system.file("extdata", "db-atc.map", package = "epos"), "\t")

Run the code above in your browser using DataLab