For 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
See also
Other validation functions:
confront_data()
,
create_rules()
,
validate_colnames()