File: zzz.R

package info (click to toggle)
r-cran-openxlsx 4.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,328 kB
  • sloc: cpp: 1,867; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
.onAttach <- function(libname, pkgname) {
  op <- options()
  toset <- !(names(op.openxlsx) %in% names(op))
  if (any(toset)) {
    options(op.openxlsx[toset]) 
  }
}