R/ExposomePCA-exposureNames.R

#' @describeIn ExposomePCA Getter to obtain the exposures's names.
setMethod(
    f = "exposureNames",
    signature="ExposomePCA",
    definition=function(object) {
        featureNames(object)
    }
)

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.