R/t.R

### =========================================================================
### The t() generic
### -------------------------------------------------------------------------
###

#' @title The t() generic
#' @description Generic for the \link[base]{t} function
#' @param x An R object
#' @export
setGeneric("t", signature = "x")
cdeterman/generics documentation built on May 20, 2019, 8:01 p.m.