R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{
  options(
    choropleth.colours = c("grey", "red", "green", "blue", "purple", "orange"),
    rgdal_show_exportToProj4_warnings = "none"
  )
}

Try the naijR package in your browser

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

naijR documentation built on Aug. 8, 2023, 5:13 p.m.