R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # set max fractional digits possible for POSIXct
  options(digits.secs = 6)
}

Try the influxdbclient package in your browser

Any scripts or data that you put into this service are public.

influxdbclient documentation built on Sept. 1, 2022, 5:07 p.m.