Skip to contents

Create a SQLite checkpointer

Usage

sqlite_checkpointer(path)

Arguments

path

Character. Path to the SQLite database file.

Value

A SQLiteCheckpointer object.

Examples

if (FALSE) { # \dontrun{
cp <- sqlite_checkpointer(tempfile(fileext = ".sqlite"))
} # }