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 June 22, 2024, 12:18 p.m.