This function parses labels & level assignments in the format
1 = male | 2 = female
. The function also handles m = male | f = female
,
but this would not match the metadata concept. The split-character can
be given, if not the default from SPLIT_CHAR is to be used, but this
would also violate the metadata concept.
util_parse_assignments(
text,
split_char = SPLIT_CHAR,
multi_variate_text = FALSE
)
the parsed assignments as a named list
Text to be parsed
Character separating assignments
don't paste text but parse element-wise