InfluxDB: write to InfluxDB
Arguments
- tsv_paths
vector with tsv_paths with files to be imported by a modification of
read_pentair_data
- paths
paths list with elements
raw_data_dir
andsite_code
- 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)