R/zzz.R

Defines functions .onLoad

.onLoad <-
  function(libname = find.package("weatherOz"),
           pkgname = "weatherOz") {
    options(weatherOz.connection = stdin())
  }

utils::globalVariables(".")

Try the weatherOz package in your browser

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

weatherOz documentation built on April 16, 2025, 9:07 a.m.