db.unsqlar | R Documentation |
Unpack a SQLite archive.
db.unsqlar(db, name, path, files)
db |
The database connection. S4 object of class "database". |
name |
The name of the SQLite archive table. |
path |
The path to unpack the archive under. |
files |
The files in the archive to extract. These need not be complete names. For example, "file1" will be matched using wildcards on either end. So if "file1" is a directory all files under it will be extracted. |
This will read the sqlar table in the database and write out
its content into a filesystem hierarchy under path
.
None.
The sqlar_uncompress
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.