Parse input data from column of strings with prioritised group names
parse_string_form.Rd
This handles transforming data from a typical Microsoft form to the format
compatible with prioritized_grouping()
.
Arguments
- data
data.frame or tibble
- id
id column. Numeric index of column name. Default is 1.
- string.col
string column. Numeric index or column name.
- pattern
regex pattern to use for splitting priorities string with
strsplit()
. Default is ";".