return_equal_liststring_listcol: Function to get the subset of data compared to a string after...

Description Usage Arguments Value Examples

View source: R/help_cost_analysis_functions.R

Description

Function to get the subset of data compared to a string after trimming the white spaces

Usage

1
return_equal_liststring_listcol(col, the_data, list_str)

Arguments

col

the form of medication either tablet or patch

the_data

the data to be get the subset from

list_str

list of strings to be compared

Value

the subset data

Examples

1
2
3
4
the_data <- as.data.frame(cbind(c("one", "two"), c("tablet", "tablets"),
c("aa", "bb")))
colnames(the_data) <- c("name", "brand_a", "xx")
ans <- return_equal_liststring_listcol(2, the_data, c("tablet", "tablets"))

packDAMipd documentation built on March 3, 2021, 5:07 p.m.