setMethod("publish",
signature = signature(
object = "ANY",
publicationType = "DataPackage"
),
definition = function(object, publicationType, objectName, ...){
.save.rda.fn(object, publicationType, objectName, ...)
}
)
setMethod("publish",
signature = signature(
object = "character",
publicationType = "DataPackage"
),
definition = function(object, publicationType, ...){
.save.rda.by.name(object, publicationType, ...)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.