d_table {htsr} | R Documentation |
Create or remove a table of a htsr sqlite base
Description
The function allows to create or remove of a tshm sqlite base. If the base doesn't exist, it is created.
Usage
d_table(fsq, table, op = "C", bku = TRUE)
Arguments
fsq |
Full name of the data base |
table |
Table name |
op |
Create (default) or Remove C/R |
bku |
Automatic Backup TRUE (default) / FALSE |
Details
Possible table names : ST (Stations), SS (Sensors), WL (Water levels), DI (Discharges), WE, (Weather), PR (Precipitations), QU (Quality)
Value
Table created or removed
Author(s)
P. Chevallier - Jan-Feb 2018
See Also
-
ds_inventory_station
andds_inventory_station
to list the content of the base ; -
ds_exp_hts
to extract a time-series
[Package htsr version 2.1.5 Index]