influxdb: Create an InfluxDB connection

Description Usage Arguments Value

View source: R/connection.R

Description

Create an InfluxDB connection

Usage

1
2
influxdb(host, port = 8086, user = NULL, pass = NULL,
  scheme = c("http", "https"), path = "/")

Arguments

host

hostname

port

port number

user

username

pass

password

scheme

scheme to use

path

API path

Value

an InfluxDB connection


imlijunda/rinfluxdb documentation built on Nov. 4, 2019, 2:09 p.m.