R/nrow.R

### =========================================================================
### The nrow(), ncol(), NROW() and NCOL() generics
### -------------------------------------------------------------------------

### The corresponding functions are standard functions defined in the base
### package.

#' @export
setGeneric("nrow")

#' @export
setGeneric("ncol")

#' @export
setGeneric("NROW")

#' @export
setGeneric("NCOL")
cdeterman/generics documentation built on May 20, 2019, 8:01 p.m.