R/eol_hierarchy.R

Defines functions eol_hierarchy

Documented in eol_hierarchy

#' Retrieve the taxonomic hierarchy from given EOL taxonID.
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @export
#' @rdname eol_hierarchy-defunct
#' @keywords internal
eol_hierarchy <- function(...) {
  .Defunct(msg = "This function is defunct. See classification().")
}

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.