R/zzz.R

Defines functions .onLoad

# Create environment to store Auth0 token
._wt_auth_env_ <- NULL

.onLoad <- function(...) {
  ._wt_auth_env_ <<- new.env(parent = .GlobalEnv)
}
mabecker89/wildRtrax documentation built on Feb. 5, 2024, 8:50 a.m.