R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("If you use data from the unvotes package, ",
                        "please cite the following:\n\n",
                        'Erik Voeten "Data and Analyses of Voting in the UN General Assembly" ',
                        "Routledge Handbook of International Organization, ",
                        "edited by Bob Reinalda (published May 27, 2013)")
}

Try the unvotes package in your browser

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

unvotes documentation built on March 9, 2021, 9:08 a.m.