unnest_cat.Rd
When entering species, method, and programming languages into the spreadsheet, sometimes one paper or dataset has multiple of those, and those are separated by a semicolon. This function unnests that and returns a data frame with one row per category of interest.
unnest_cat(sheet, col_use, other_cols = NULL)
The tibble for the spreadsheet.
Column to unnest. Tidyeval is supported.
Character vector of other columns to include.
A data frame with one row per category of interest. NAs are removed.