Skip to contents

InfluxDB: write to InfluxDB

Usage

write_to_influxdb(tsv_paths, paths, changed_only = TRUE, batch_size = 5000)

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 and site_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)

Value

writes imported data to InfluxDB