R/profile.R

.onLoad <- function (libname, pkgname) { # nocov start
  assign(".rsdmx.options", new.env(), envir= asNamespace(pkgname))
  
  #SDMX compliance validation
  .rsdmx.options$validate <- FALSE
  
  #embedded providers
  setSDMXServiceProviders()
  
} # nocov end

Try the rsdmx package in your browser

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

rsdmx documentation built on Aug. 28, 2023, 5:09 p.m.