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:Dominik Leutnant [aut, cre], Gerhard Nachtmann [ctb], Vitalie Spinu [ctb], Bob Rudis [ctb]

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

On CRAN:

Conda:

databaseinfluxdbtidyversetimeseries

5.96 score 92 stars 33 scripts 277 downloads 28 exports 34 dependencies

Last updated from:cb73bc50a5. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK111
source / vignettesOK177
linux-release-x86_64OK118
macos-release-arm64OK135
macos-oldrel-arm64OK214
windows-develOK95
windows-releaseOK68
windows-oldrelOK67
wasm-releaseOK94

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 pageTopics
Influx database managementalter_retention_policy create_database create_retention_policy delete drop_database drop_measurement drop_retention_policy drop_series
Influx authentication and authorizationcreate_user drop_user grant_privileges revoke_privileges show_grants show_users
Create an influxdb_connection objectinflux_connection
Ping an influxdb serverinflux_ping
Query an InfluxDB serverinflux_query
influx select helperinflux_select
Write an xts or data.frame object to an InfluxDB serverinflux_write influx_write.data.frame influx_write.xts
'influxdbr' packageinfluxdbr
Influx schema explorationshow_databases show_field_keys show_measurements show_retention_policies show_series show_tag_keys show_tag_values
Show diagnosticsshow_diagnostics
Show statsshow_stats