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


[Package htsr version 2.1.4 Index]