R/listSubclass.R

#' @export
#'
'[.listSubclass' <- function(x, i, ...) {
  structure(NextMethod("["), class = class(x))
}

Try the datarobot package in your browser

Any scripts or data that you put into this service are public.

datarobot documentation built on May 6, 2022, 5:06 p.m.