Package: influxdbr 0.14.4.9000
influxdbr: R Interface to InfluxDB
An R interface to the InfluxDB time series database <https://www.influxdata.com>. This package allows you to fetch and write time series data from/to an InfluxDB server. Additionally, handy wrappers for the Influx Query Language (IQL) to manage and explore a remote database are provided.
Authors:
influxdbr_0.14.4.9000.tar.gz
influxdbr_0.14.4.9000.zip(r-4.5)influxdbr_0.14.4.9000.zip(r-4.4)influxdbr_0.14.4.9000.zip(r-4.3)
influxdbr_0.14.4.9000.tgz(r-4.4-any)influxdbr_0.14.4.9000.tgz(r-4.3-any)
influxdbr_0.14.4.9000.tar.gz(r-4.5-noble)influxdbr_0.14.4.9000.tar.gz(r-4.4-noble)
influxdbr_0.14.4.9000.tgz(r-4.4-emscripten)influxdbr_0.14.4.9000.tgz(r-4.3-emscripten)
influxdbr.pdf |influxdbr.html✨
influxdbr/json (API)
NEWS
# Install 'influxdbr' in R: |
install.packages('influxdbr', repos = c('https://dleutnant.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dleutnant/influxdbr/issues
databaseinfluxdbtidyversetimeseries
Last updated 5 years agofrom:cb73bc50a5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:alter_retention_policycreate_databasecreate_retention_policycreate_userdeletedrop_databasedrop_measurementdrop_retention_policydrop_seriesdrop_usergrant_privilegesinflux_connectioninflux_pinginflux_queryinflux_selectinflux_writerevoke_privilegesshow_databasesshow_diagnosticsshow_field_keysshow_grantsshow_measurementsshow_retention_policiesshow_seriesshow_statsshow_tag_keysshow_tag_valuesshow_users
Dependencies:askpassclicpp11crayoncurldplyrfansigenericsgluehmshttrjsonlitelatticelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6rlangstringistringrsystibbletidyrtidyselectutf8vctrswithrxtszoo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Influx database management | alter_retention_policy create_database create_retention_policy delete drop_database drop_measurement drop_retention_policy drop_series |
Influx authentication and authorization | create_user drop_user grant_privileges revoke_privileges show_grants show_users |
Create an influxdb_connection object | influx_connection |
Ping an influxdb server | influx_ping |
Query an InfluxDB server | influx_query |
influx select helper | influx_select |
Write an xts or data.frame object to an InfluxDB server | influx_write influx_write.data.frame influx_write.xts |
'influxdbr' package | influxdbr |
Influx schema exploration | show_databases show_field_keys show_measurements show_retention_policies show_series show_tag_keys show_tag_values |
Show diagnostics | show_diagnostics |
Show stats | show_stats |