R/firstlib.R

Defines functions .onAttach

.onAttach <- function(lib, pkg)
{

  # This may help with encodings in Mac/Linux
  # Sys.setlocale(locale = "UTF-8")
  # Sys.setlocale(locale = "WINDOWS-1252")

  packageStartupMessage("sweidnumbr: R tools to handle swedish identity numbers.\nhttps://github.com/rOpenGov/sweidnumbr\n")

}

Try the sweidnumbr package in your browser

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

sweidnumbr documentation built on March 31, 2020, 5:24 p.m.