temp <- head(concat.test)
concat.split.expanded(temp, "Likes")
concat.split.expanded(temp, 4, ";")
concat.split.expanded(temp, 4, ";", mode = "value", drop = TRUE)
## Note the warning
concat.split.expanded(temp, "Siblings", drop = TRUE)
rm(temp)Run the code above in your browser using DataLab