R/get_ubioid.R

Defines functions get_ubioid_ as.ubioid get_ubioid

Documented in as.ubioid get_ubioid get_ubioid_

#' Get the uBio id for a search term
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @rdname get_ubioid-defunct
#' @keywords internal
#' @export
get_ubioid <- function(...) .Defunct(msg = "the uBio API is gone")

#' @export
#' @rdname get_ubioid-defunct
as.ubioid <- function(...) .Defunct(msg = "the uBio API is gone")

#' @export
#' @rdname get_ubioid-defunct
get_ubioid_ <- function(...) .Defunct(msg = "the uBio API is gone")
ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.