Description Usage Arguments Value References
View source: R/influxdb_post.R
This function sends POST to an InfluxDB server. It is not exported and only used for some helper functions within this package.
| 1 | influx_post(con, db = NULL, query = "")
 | 
| con | An  | 
| db | Sets the target database for the query. | 
| query | The InfluxDB query to be sent. | 
A tibble or NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.