R/onload.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    # a <- Sys.getenv("DATAVERSE_SERVER")
    # if(a == "") {
    #     Sys.setenv("DATAVERSE_SERVER" = "dataverse.harvard.edu")
    # }
}

Try the dataverse package in your browser

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

dataverse documentation built on March 31, 2023, 7:26 p.m.