summarize_ncol.Rd
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
A list of data.frames
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()