R/imExposomeSet-sampleNames.R

#' @describeIn imExposomeSet Method to obtain samples' names
setMethod(
    f = "sampleNames",
    signature = "imExposomeSet",
    definition = function(object) {
        rownames(extract(object, rid = 1))
    }
)

Try the rexposome package in your browser

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

rexposome documentation built on March 13, 2021, 2:01 a.m.