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().")
}
ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.