db.sqlar_update | R Documentation |
Update the content of a SQLite archive
db.sqlar_update(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 update the sqlar table in the database to reflect
any changes made to the files under path
(including file
additions and changed file permissions).
None.
The sqlar_compress
function must be registered
with the database connection for this function to work. This is done
automatically with db.open
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.