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/"
ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.