View source: R/d_convert_hydraccess.R
d_convert_hydraccess | R Documentation |
Because the Hydraccess application only works into a Windows environment, this function cannot be applied on other platforms (Mas OS or Linux). Additionally, the R session must be configured in 32b (see the htsr-package vignette).
d_convert_hydraccess(fsq, db.hydraccess)
fsq |
Full name of the sqlite data base |
db.hydraccess |
Full name of the hydraccess data base |
If the specified sqlite data base already exists, a confirmation is requested to overwrite it.
An 32b ODBC Microsoft driver must be configured in the "administrative tools" and installed for the hydraccess data base. The correct functioning can be verified using the sub-function u_test_rodbc (db.hydraccess), which must be successful.
A new or a replaced sqlite htsr data base.
P. Chevallier - Nov 2018-Nov 2020
ds_inventory_station
and ds_inventory_sensor
for displaying
the content of the sqlite data base;
ds_exp_hts
for extracting a time-series.
## Not run:
d_import_hydraccess("foo.sqlite","foo.mdb")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.