R/zzz.R

Defines functions .onLoad

.onLoad = function(lib, pkg) {
  .bef.env$.bef.opts = list(
    url = "http://china.befdata.biow.uni-leipzig.de",
    tematres_url = "http://tematres.befdata.biow.uni-leipzig.de/vocab/index.php",
    tematres_service_url = "http://tematres.befdata.biow.uni-leipzig.de/vocab/services.php",
    download_dir = "downloads",
    user_credentials = ""
  )
}

Try the rbefdata package in your browser

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

rbefdata documentation built on May 2, 2019, 8:39 a.m.