Nothing
setMethod(
f = "pData",
signature = "imExposomeSet",
definition = function(object) {
return(object@phenoData)
}
)
setReplaceMethod(
f = "pData",
signature = signature("imExposomeSet", "data.frame"),
definition = function(object, value) {
object@phenoData <- value
object
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.