Nothing
#' @rdname SQLiteConnection-class
#' @usage NULL
dbDataType_SQLiteConnection <- function(dbObj, obj, ...) {
dbDataType(SQLite(), obj, extended_types = dbObj@extended_types, ...)
}
#' @rdname SQLiteConnection-class
#' @export
setMethod("dbDataType", "SQLiteConnection", dbDataType_SQLiteConnection)
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.