README.md

fluxy

InfluxDB client

Install

Development version from GitHub

devtools::install_github("sckott/fluxy")
library("fluxy")

initialize a client

(cli <- flux())
## <fluxy client>
##   host: 127.0.0.1
##   port: 8086
##   scheme: http

show databases

cli$db_show()
## $results
##                                                             series
## 1 databases, name, _internal, mydb, farts, tables, stuff, thoughts

Meta

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



sckott/fluxy documentation built on May 29, 2019, 4 p.m.