write_grid_stats | R Documentation |
Writes grid statistics to the SQLite database.
write_grid_stats(database_new, dataset_new, dataset, db_table, grid_stats)
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 |
grid_stats |
[mandatory] (list) List containing grid statistics separately for (re)building and updating procedures. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.