d_imp_hts {htsr} | R Documentation |
Import a hts file into a data base
Description
Import a hts file into a tshm sqlite base
Usage
d_imp_hts(fsq, filein, table, bku = TRUE)
Arguments
fsq |
Full name of the data base |
filein |
Full name of hts file to import |
table |
Table |
bku |
Automatic Backup TRUE (default) / FALSE |
Details
The main table where the data have to be imported must be selected with one of the following abbreviation: WL (water level), DI (discharge), WE (weather), PR (precipitation) or QU (quality) If records already exist during the same interval, they are removed and replaced.
Value
Actualized data base
Author(s)
P. Chevallier - jan 2019-jan 2024
[Package htsr version 2.1.5 Index]