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")

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.