Description Usage Arguments Value References See Also
View source: R/influxdb_query.R
This functions queries an InfluxDB server.
1 2 3 |
con |
An |
db |
Sets the target database for the query. |
query |
The InfluxDB query to be sent. |
timestamp_format |
Sets the timestamp format ("n", "u", "ms", "s", "m", "h"). |
return_xts |
logical. Sets the return type. If set to TRUE, xts objects are returned, FALSE gives tibbles. |
chunked |
Either FALSE or an integer. If FALSE, series are not requested
in streamed batches. If an integer is provided, responses will be chunked by
series or by every |
simplifyList |
logical. If only one series is returned, the result can be flatten to directly get either a tibble or an xts object (instead of a list) (default is FALSE). |
A list of tibble or xts objects. Empty query results yield to NULL.
https://docs.influxdata.com/influxdb/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.