# NOT RUN {
# }
# NOT RUN {
temp <- head(concat.test)
concat.split.multiple(temp, split.cols = c("Likes", "Hates", "Siblings"),
seps = c(",", ";", ","))
concat.split.multiple(temp, split.cols = c("Likes", "Siblings"),
seps = ",", direction = "long")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab