Description Usage Arguments Value Author(s) Examples
This functions write a set of time series or data cubes to an RSQLite database.
1 | sits_db_write(conn, name, data)
|
conn |
SQLite connection |
name |
Name of the object to be storeed |
data |
Data to be stored |
A connection to an RSQLite database
Gilberto Camara, gilberto.camara@inpe.br
1 2 3 4 | # create RSQLite connection
conn <- sits_db_create("sits.sql")
# write a set of time series
conn <- sits_db_write(conn, "cerrado_2classes", cerrado_2classes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.