influx_post: send POST to an InfluxDB server

Description Usage Arguments Value References

View source: R/influxdb_post.R

Description

This function sends POST to an InfluxDB server. It is not exported and only used for some helper functions within this package.

Usage

1
influx_post(con, db = NULL, query = "")

Arguments

con

An influx_connection object (s. influx_connection).

db

Sets the target database for the query.

query

The InfluxDB query to be sent.

Value

A tibble or NULL

References

https://influxdb.com/


crab1234/influxdbr- documentation built on Jan. 12, 2020, 6:28 p.m.