influx_post {influxdbr} | R Documentation |
send POST to an InfluxDB server
Description
This function sends POST to an InfluxDB server. It is not exported and only used for some helper functions within this package.
Usage
influx_post(con, db = NULL, query = "")
Arguments
con |
An |
db |
Sets the target database for the query. |
query |
The InfluxDB query to be sent. |
Value
A tibble or NULL
References
[Package influxdbr version 0.14.2 Index]