R/zzz.R

Defines functions .onLoad

# Source file: zzz.R
#
# GPL-3 License
#
# Copyright (C) 2019-2023 Victor Ordu.
.onLoad <- function(libname, pkgname)
{
  options(
    choropleth.colours = c("grey", "red", "green", "blue", "purple", "orange")
  )
}
BroVic/naijR documentation built on Jan. 31, 2024, 12:02 a.m.