R/ubio_synonyms.R

Defines functions ubio_synonyms

Documented in ubio_synonyms

#' Search uBio for taxonomic synonyms by hierarchiesID.
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @rdname ubio_synonyms-defunct
#' @export
#' @keywords internal
#' @param ... Parameters, ignored
ubio_synonyms <- function(...) {
  .Defunct(msg = "the uBio API is down, for good as far as we know, see `?taxize-defunct`")
}

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.