nest {tidybulk} | R Documentation |
nest
nest(.data, ...) ## Default S3 method: nest(.data, ...) ## S3 method for class 'tidybulk' nest(.data, ...)
.data |
A tbl. (See tidyr) |
... |
Name-variable pairs of the form new_col = c(col1, col2, col3) (See tidyr) |
A tt object
nest(tidybulk(tidybulk::counts_mini, sample, transcript, count), data = -transcript)