d_table: Create or remove a table of a htsr sqlite base

View source: R/d_table.R

d_tableR 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 and ds_inventory_station to list the content of the base ;

  • ds_exp_hts to extract a time-series


htsr documentation built on Sept. 11, 2024, 9:16 p.m.