getNamesFromDataframe.Rd
Extract column names with concatenated search parameters
getNamesFromDataframe(x, demogIn, exclusions)
vector of strings
the dataframe with column names to search.
the strings to exclude
vector of string column names
Avants BB
# nms = getNamesFromDataframe( c("sp","ed"), cars )