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

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.