R/ResultSet-length.R

#' @describeIn ResultSet Returns the amoung of analyses stored in the
#' \code{ResultSet}.
#' @param x A \code{ResultSet} object.
setMethod(
    f = "length",
    signature="ResultSet",
    definition = function(x) {
        return(length(x@results))
    }
)

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.