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_read(conn, name)
|
conn |
SQLite connection |
name |
Name of the object to be read |
Tibble with time series
Gilberto Camara, gilberto.camara@inpe.br
1 2 3 4 5 6 | # create RSQLite connection
conn <- sits_db_create()
# write a set of time series
conn <- sits_db_write(conn, "cerrado_2classes", cerrado_2classes)
# read a set of time series
ts <- sits_db_read(conn, "cerrado_2classes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.