Nothing
.onLoad <- function(libname, pkgname) {
options(dvn = 'https://thedata.harvard.edu/dvn/') # set default dataverse
options(dvn.user = '') # initialize dataverse username option
options(dvn.pwd = '') # initialize dataverse password option
}
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
"Note: 'dvn' only works with Dataverse 3 servers.",
"For servers using Dataverse >= v4.0, please use",
"the 'dataverse' package, available from:",
"https://github.com/IQSS/dataverse-client-r")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.