dbWork_checkpoint: Initiate a checkpoint operation on a SQLite-database 'dbWork'...

Description Usage References

View source: R/WorkDatabase.R

Description

Initiate a checkpoint operation on a SQLite-database dbWork of a rSFSW2 simulation project

Usage

1
2
3
4
5
6
7
dbWork_checkpoint(
  path = NULL,
  con = NULL,
  mode = c("PASSIVE", "FULL", "RESTART", "TRUNCATE", ""),
  failure = c("silent", "warning", "error"),
  verbose = FALSE
)

References

https://www.sqlite.org/pragma.html#pragma_wal_checkpoint


Burke-Lauenroth-Lab/rSFSW2 documentation built on Aug. 14, 2020, 5:20 p.m.