R/typeof.R

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