Nothing
## Methods related to xcmsSource
#' @include AllGenerics.R DataClasses.R
setMethod("xcmsSource", "character", function(object, filetype = character()) {
if (!file.exists(object))
stop("xcmsSource: file not found: ", object)
return(new("xcmsFileSource", 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.