setClass("xcmsSource", representation("VIRTUAL"))
setGeneric("loadRaw", function(object, ...) standardGeneric("loadRaw"))
setGeneric("xcmsSource", function(object, ...) standardGeneric("xcmsSource"))
## If given an xcmsSource object, simply return it unchanged
setMethod("xcmsSource", "xcmsSource", function(object) object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.