#' @title Exposure Phenotype names
#'
#' @description Extract the phenotypes names from a Expression Set object
#'
#' @param exposomeSet \code{ExposomeSet} ExposomeSet object
#'
#' @return \code{character vector} of the phenotypes names
#' @export
phenotypeNamesDS <- function(exposomeSet){
data <- rexposome::phenotypeNames(exposomeSet)
return(data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.