R/unsplit.R

### =========================================================================
### The unsplit() generic
### -------------------------------------------------------------------------
###
### unsplit should not dispatch on 'drop'

setGeneric("unsplit",
           function (value, f, drop = FALSE) standardGeneric("unsplit"),
           signature=c("value", "f"))
nturaga/BiocGenerics documentation built on May 7, 2019, 11:15 a.m.