powered by
nest(data, ...)
x:z
-y
unnest
library(dplyr) iris %>% nest(-Species) chickwts %>% nest(weight)
Run the code above in your browser using DataLab