setMethod("xcmsSource", "character", function(object) {
if (mzR:::netCDFIsFile(object)) {
new("netCdfSource", object)
} else if (mzR:::rampIsFile(object)) {
new("rampSource", object)
} else {
stop("Could not determine file type")
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.