separate_rows.This is a S3 generic.
separate_rows_(data, cols, sep = "[^[:alnum:].]+", convert = FALSE)A data frame.
Name of columns that need to be separated.
Separator delimiting collapsed values.
If TRUE, will run type.convert with
as.is = TRUE on new columns. This is useful if the component
columns are integer, numeric or logical.