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("\ngisfin R package: tools for open GIS data for Finland.\nPart of rOpenGov <ropengov.github.io>.")

}
rOpenGov/gisfin documentation built on May 26, 2019, 8:48 p.m.