select_colsfromlist | R Documentation |
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
data_list |
A list with each element containing a data.frame |
reg_ex |
A string containing a regular expression that will match the columns to be returned |
multnames_only |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.