R/as.list.R

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