d_table | R Documentation |
The function allows to create or remove of a tshm sqlite base. If the base doesn't exist, it is created.
d_table(fsq, table, op = "C", bku = TRUE)
fsq |
Full name of the data base |
table |
Table name |
op |
Create (default) or Remove C/R |
bku |
Automatic Backup TRUE (default) / FALSE |
Possible table names : ST (Stations), SS (Sensors), WL (Water levels), DI (Discharges), WE, (Weather), PR (Precipitations), QU (Quality)
Table created or removed
P. Chevallier - Jan-Feb 2018
ds_inventory_station
and ds_inventory_station
to list the content of the base ;
ds_exp_hts
to extract a time-series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.