write_to_influxdb | R Documentation |
InfluxDB: write to InfluxDB
write_to_influxdb(tsv_paths, paths, changed_only = TRUE, batch_size = 5000)
tsv_paths |
vector with tsv_paths with files to be imported by
a modification of |
paths |
paths list with elements |
changed_only |
TRUE if only columns with changing data points within time series of provided tsv_path should be written to InfluxDB, otherwise FALSE (default: TRUE) |
batch_size |
number of data points that are written in one query (default: 5000) |
writes imported data to InfluxDB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.