Learn R Programming

geeLite (version 1.0.2)

write_grid_stats: Write Grid Statistics to Database

Description

Writes grid statistics to the SQLite database.

Usage

write_grid_stats(database_new, dataset_new, dataset, db_table, grid_stats)

Arguments

database_new

[mandatory] (logical) A logical value indicating whether the database is new.

dataset_new

[mandatory] (logical) A logical value indicating whether the dataset is new.

dataset

[mandatory] (character) Name of the dataset to initialize or update in the SQLite database.

db_table

[mandatory] (data.frame) The table to be updated or retrieved from the SQLite database. Set to NULL during the (re)building procedure.

grid_stats

[mandatory] (list) List containing grid statistics separately for (re)building and updating procedures.