dssMelt <- function(newObj, ..., async = TRUE, datasources = NULL){
if(is.null(datasources)){
datasources <- datashield.connections_find()
}
argList <- list(...)
expr <- c(as.symbol('meltDSS'), sapply(argList, .encode.arg, TRUE, simplify = FALSE))
datashield.assign(datasources, newObj, as.call(expr), async)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.