db.sqlar_update: Update the content of a SQLite archive

View source: R/db-sqlar.R

db.sqlar_updateR Documentation

Update the content of a SQLite archive

Description

Update the content of a SQLite archive

Usage

db.sqlar_update(db, name, path)

Arguments

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.

Details

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).

Value

None.

Note

The sqlar_compress function must be registered with the database connection for this function to work. This is done automatically with db.open


blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.