R/zzz.R

Defines functions .onAttach .onLoad

## Copyright (C) 2015,2016 Philip Stubbings <phil@parasec.net>
## Licensed under the GPL v2 license. See LICENSE.md for full terms.

.onAttach <- function(libname, pkgname) {
#  packageStartupMessage("obAnalytics")
}

.onLoad <- function(libname, pkgname) {
#  options(digits.secs=3)
#  options(scipen=999)
}

Try the obAnalytics package in your browser

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

obAnalytics documentation built on May 1, 2019, 7:04 p.m.