sqlData_MariaDBConnection <- function(con, value, row.names = FALSE, ...) {
value <- sql_data(value, con, row.names)
value <- quote_string(value, con)
value
}
setMethod("sqlData", "MariaDBConnection", sqlData_MariaDBConnection)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.