db.sqlar | R Documentation |
For additional details goto https://sqlite.org/sqlar.html.
db.sqlar(db, name, path)
db |
The database connection. S4 object of class "database". |
name |
The name of the SQLite archive table. |
path |
The path to the top-level directory of the archive. |
This will create a table named "sqlar" in the database. The
table will hold the gzip compressed content of all files and
directories under path
.
None.
The sqlar_compress
function must be registered
with the database connection for this function to work. This is done
automatically with db.open
db.sqlar.skeleton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.