Learn R Programming

epos (version 1.1)

filterApprovedDrugs: Filter a given list of drug names for having an ATC code, if not they are dropped

Description

Filter a given list of drug names for having an ATC code, if not they are dropped

Usage

filterApprovedDrugs(druglist, atchashda)

Value

approveddrugs a hash filtered for having an ATC code

Arguments

druglist

a list of drug names

atchashda

a hash containing the drug names as keys

Examples

Run this code
utils::data(rawDrugNamesCoOcEpSO, package="epos")
atchashda <-
  readAtcMapIntoHashMapDrugNamesAtcCodes(
  system.file("extdata", "db-atc.map", package = "epos"), "\t")
tepso <- genDictListFromRawFreq(rawDrugNamesCoOcEpSO)
filterApprovedDrugs(tepso, atchashda)

Run the code above in your browser using DataLab