R/zzz.R

.onLoad <- function(libname, pkgname) { # nocov start
  options(stringsAsFactors = FALSE)
  options(digits.secs = 6)
  options(scipen = 4)
  options(digits = 10)
  data.table::setNumericRounding(0L)
  Sys.setlocale('LC_ALL','C')
} # nocov end

Sys.setenv("TZ" = "UTC") # nocov

Try the mtconnectR package in your browser

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

mtconnectR documentation built on May 1, 2019, 10:38 p.m.