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.7)influxdbr_0.14.4.9000.zip(r-4.6)influxdbr_0.14.4.9000.zip(r-4.5)
influxdbr_0.14.4.9000.tgz(r-4.6-any)influxdbr_0.14.4.9000.tgz(r-4.5-any)
influxdbr_0.14.4.9000.tar.gz(r-4.7-any)influxdbr_0.14.4.9000.tar.gz(r-4.6-any)
influxdbr_0.14.4.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:cb73bc50a5. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 135 | ||
| macos-oldrel-arm64 | OK | 214 | ||
| windows-devel | OK | 95 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 94 |
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:askpassclicpp11crayoncurldplyrgenericsgluehmshttrjsonlitelatticelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6rlangstringistringrsystibbletidyrtidyselectutf8vctrswithrxtszoo
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 |
