I was trying to connect R with InfluxDB and had trouble getting my result. I used influxdb_query(host, port, username, password, dbname,query)
as in https://github.com/influxdb/influxdb-r/blob/master/R/influxdb.R and got this error:
Influx query failed with HTTP status code 404.
Does anyone know what the problem is? Thanks in advance.
Sophie