Nothing
dbiDataType_ANY <- function(x) {
if (inherits(x, "blob")) {
return("BLOB")
}
stop("Unknown SQL data type for object of class ", paste(class(x), collapse = "/"))
}
setMethod("dbiDataType", signature("ANY"), dbiDataType_ANY)
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.