Description Usage Arguments Value
Generate an InfluxDB writer function based on reference data structure.
1 2 | influxdb_write_gen(ref, con, db, precision, rp, consistency,
httr_config = list(), ...)
|
ref |
reference data |
con |
an InfluxDB connection object |
db |
database to write to |
precision |
InfluxDB time precision, also passed to line_protocol_gen() as epoch |
rp |
retention policy |
consistency |
consistency |
httr_config |
additional httr curl config passed to httr::POST() |
... |
further arguments passed to line_protocol_gen() |
a function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.