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)
    }
)
isglobal-brge/MultiDataSet documentation built on Oct. 9, 2021, 11:42 a.m.