R/zzz.R

Defines functions .onLoad

cdsapi <- NULL


.onLoad <- function(libname, pkgname) {

  reticulate::configure_environment(pkgname)

  cdsapi <<- reticulate::import("cdsapi", delay_load = TRUE)
}

Try the ag5Tools package in your browser

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

ag5Tools documentation built on Oct. 13, 2023, 1:15 a.m.