R/ubio_search.R

Defines functions ubio_search

Documented in ubio_search

#' This function will return NameBankIDs that match given search terms
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @rdname ubio_search-defunct
#' @export
#' @keywords internal
#' @param ... Parameters, ignored
ubio_search <- function(...) {
  .Defunct(msg = "the uBio API is down, for good as far as we know")
}

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.