powered by
"split"(x, f, drop = FALSE, ...)
data('mycerIds10') splitIdx <- c(1,1,1,2,2,2,3,3,3,4) mycerIds10Split <- split(mycerIds10, splitIdx)
Run the code above in your browser using DataLab