R/welcome.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # ...
  packageStartupMessage("Welcome to izmir package!\nThis is an unofficial R package for Izmir Municipality Open Data Portal.\nFor more information, you can visit https://acikveri.bizizmir.com/")

  # ...
}

Try the izmir package in your browser

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

izmir documentation built on March 7, 2023, 6:44 p.m.