R/gni_helpers.R

Defines functions gni_base checknull

checknull <- function(x) {
  if (is.null(x)) {
    "none"
  } else{
    x
  }
}

gni_base <- function() "http://gni.globalnames.org/"

Try the taxize package in your browser

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

taxize documentation built on April 22, 2022, 9:07 a.m.