familyNames {rexposome} | R Documentation |
This method returns the name of the families in an ExposomeSet, but it can return a vector, labeled with the exposures in the ExposomeSet, containing the family belonging to each exposure.
familyNames(object, by.exposure = FALSE)
object |
|
by.exposure |
(default |
The families of the exposures into the ExposomeSet, or the family of each exposure into the ExposomeSet.
exposureNames to get the name of the exposures, phenotypeNames to get the phenotypes
data("exposome") # Get families familyNames(expo) # Get the family of each exposure familyNames(expo, by.exposure = TRUE)