R/welcome.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # ...
  packageStartupMessage("Welcome to turkeyelections package!\nThis is a R package for the Election results in Turkey between 1995 and 2023.")

  # ...
}

Try the turkeyelections package in your browser

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

turkeyelections documentation built on May 29, 2024, 4:20 a.m.