ExtractDataFrame: Extract from a data.frame

Description Usage Arguments Value

Description

Extract columns from a data.frame by matching colnames from a named list. See ParseDataFrameIV for example usage.

Usage

1
ExtractDataFrame(df, dict, match_func = startsWith, lower_case = TRUE)

Arguments

df

data.frame

dict

named list

match_func

a functio to match

lower_case

whether to lower cases of colnames

Value

a data.frame


Crystal-YWu/abftools documentation built on May 10, 2019, 8:22 a.m.