R/zzz.R

Defines functions .onLoad

## general options that should be used for all chapters
## and are set via 'library("RbcBook1")'.
.onLoad <- function(lib, pkgname) {
  options(width=60,digits=3)
}

Try the RbcBook1 package in your browser

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

RbcBook1 documentation built on Nov. 8, 2020, 7:18 p.m.