September 2018
Beginner
206 pages
4h 27m
English
Splitting and unsplitting data is provided for in the base package of R with functions named split() and unsplit(). Combining data is usually done using the base functions rbind() and cbind(), which combine by row and column, respectively. Let's look at how to split, unsplit, and combine data in R.