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 Nov. 3, 2023, 1:07 a.m.