R/tnrs.R

Defines functions tnrs

Documented in tnrs

#' @title Phylotastic Taxonomic Name Resolution Service.
#' @description Defunct - service was down far too much to be reliable
#' @keywords internal 
#' @rdname tnrs-defunct
#' @export
#' @param ... ignored
tnrs <- function(...) {
  .Defunct(msg = "This function is defunct. See ?tnrs")
}

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.