select_colsfromlist.Rd
Select columns from data.frames stored within a list
A wrapper for select_colsfromlist to maintain backwards compatibility
select_colsfromlist(data_list, reg_ex, multnames_only = FALSE)
select.colsfromlist
A list with each element containing a data.frame
A string containing a regular expression that will match the columns to be returned
A logical expressing whether to only return data with more than one column corresponding to a given regular expression
Other summarize column functions:
find_col_info()
,
summarize_colnames()
,
summarize_ncol()
,
summarize_variables()