library(readwritesqlite)
conn <- rws_connect("inst/extdata/example.sqlite")
rws_write(mtcars, exists = FALSE, conn = conn)
rws_disconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.