View source: R/extract_timestamps.R
extract_timestamps | R Documentation |
Extract data from table
matching the timestamps
.
For each timestamp
the data will be saved as an rds
file.
If delete_data == TRUE
the data will be deleted from the database.
extract_timestamps(
db = getOption("RRDdb", "LEEF.RRD.sqlite"),
table = NULL,
timestamps,
delete_data = FALSE,
only_delete = FALSE
)
db |
fully qualified path to the sqlite database. Default, read from option |
table |
the name of the table. If |
timestamps |
timestamps which should be extracted |
delete_data |
Attention! If |
only_delete |
if |
invisibly NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.