R/ResultSet-opt.R

#' @describeIn ResultSet Returns a list with the options used to create the
#' \code{ResultSet}
setMethod(
    f = "opt",
    signature = "ResultSet",
    definition = function(object) {
        c(fun_origin=object@fun_origin, object@options)
    }
)

Try the MultiDataSet package in your browser

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

MultiDataSet documentation built on Jan. 31, 2021, 2:01 a.m.