R/zzz.R

Defines functions .onAttach

#' @import data.table

.onAttach <- function(libname, pkgname) {
  options(GSODR_connection = stdin())
}

utils::globalVariables(".")

Try the GSODR package in your browser

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

GSODR documentation built on Aug. 22, 2023, 9:10 a.m.