R/zzz.R

Defines functions .onLoad

# iRODS session environment
.rirods <- new.env(parent = parent.env(environment()))

.onLoad <- function(libname, pkgname) {
  ns <- topenv()
  ns$.irods_host <- "http://localhost:9001/irods-http-api/0.2.0"
}

Try the rirods package in your browser

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

rirods documentation built on June 22, 2024, 11:55 a.m.