find_col_info.RdFor a data.frame, loop through the columns provided (cols_check) and summarise the number of non-NA entries and the groups that contain non-NA entries (for example if want to search trial, year, or filename), and return the first non-NA entry as an example
find_col_info(df, cols_check, by_col)A data frame
A character vector of column names to check
A bare variable to summarise
Other summarize column functions:
select_colsfromlist(),
summarize_colnames(),
summarize_ncol(),
summarize_variables()