Nothing
dbiDataType_list <- function(x) {
is_raw <- vapply(x, is.raw, logical(1))
if (!all(is_raw)) {
stop("Only lists of raw vectors are currently supported", call. = FALSE)
}
"BLOB"
}
setMethod("dbiDataType", signature("list"), dbiDataType_list)
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.