summarize_ncol | R Documentation |
Summarise the number of columns per data.frame that match a given regex over a list of data.frames This function detects columns with similar names within a dataset
A wrapper for summarize_ncol to maintain backwards compatibility
summarize_ncol(ls, col_vec)
summarize.ncol
ls |
A list of data.frames |
col_vec |
A vector containing string regex. Each string will correspond to the columns to pull from each dataset in order to summarize the number of columns associated with that regex string |
Other summarize column functions:
find_col_info()
,
select_colsfromlist()
,
summarize_colnames()
,
summarize_variables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.