R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  op <- options()
  toset <- !(names(op.openxlsx) %in% names(op))
  if (any(toset)) {
    options(op.openxlsx[toset]) 
  }
}

Try the openxlsx package in your browser

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

openxlsx documentation built on Feb. 16, 2023, 6:47 p.m.