| quasardb-package {quasardb} | R Documentation |
The 'quasardb' package provides R API for quasardb timeseries database (https://www.quasardb.net). See https://doc.quasardb.net for documentation.
TODO: This section should provide a more detailed overview of how to use the package, including the most important functions.
Marek Kurdej.
Maintainer: Marek Kurdej <marek@quasardb.net>
This optional section can contain literature or other references for background information.
## Not run:
handle <- connect("qdb://127.0.0.1:2836")
query(handle, "select count(*) from timeseries1 in range(2017, +1y)")
## End(Not run)