Expand delimited strings to a multi-select list-column
Source:R/type-convert.R
air_expand_multiselect.RdInverse of air_flatten_multiselect().
Arguments
- x
A character vector of delimited values.
- sep
Delimiter to split on. Default
"; "(tolerates optional surrounding spaces when the delimiter is a semicolon family), overridable viaoptions(airtable2.delimiter = ...)or theAIRTABLE2_DELIMITERenvironment variable. An explicitsepargument always takes precedence.