separate_rows_ {tidyr} | R Documentation |
separate_rows
.This is a S3 generic.
separate_rows_(data, cols, sep = "[^[:alnum:].]+", convert = FALSE)
data |
A data frame. |
cols |
Name of columns that need to be separated. |
sep |
Separator delimiting collapsed values. |
convert |
If |