Nothing
#' @rdname SQLiteConnection-class
#' @usage NULL
sqlData_SQLiteConnection <- function(con, value,
row.names = pkgconfig::get_config("RSQLite::row.names.query", FALSE),
...) {
value <- sql_data(value, row.names)
value <- quote_string(value, con)
value
}
#' @rdname SQLiteConnection-class
#' @export
setMethod("sqlData", "SQLiteConnection", sqlData_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.