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