R/phylomatic_tree.R

Defines functions phylomatic_tree

Documented in phylomatic_tree

#' Query Phylomatic for a phylogenetic tree.
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @export
#' @keywords internal
#' @rdname phylomatic_tree-defunct
#' @param ... Parameters, ignored
phylomatic_tree <- function(...) {
  .Defunct(msg = "This function is defunct - See ?`taxize-defunct`")
}
ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.