R/phylomatic_format.R

Defines functions phylomatic_format

Documented in phylomatic_format

#' Get family names to make Phylomatic input object, and output input string
#'    to Phylomatic for use in the function phylomatic_tree.
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @export
#' @keywords internal
#' @rdname phylomatic_format-defunct
#' @param ... Parameters, ignored
phylomatic_format <- function(...) {
  .Defunct(msg = "This function is defunct - See ?`taxize-defunct`")
}
ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.