Nothing
dbiDataType_data.frame <- function(x) {
vapply(x, dbiDataType, FUN.VALUE = character(1), USE.NAMES = TRUE)
}
setMethod("dbiDataType", signature("data.frame"), dbiDataType_data.frame)
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.