R/get_temp_tree_filename.R

Defines functions get_temp_tree_filename

Documented in get_temp_tree_filename

#' Get the name for a temporary file to store a tree
#' in Newick format
#' @return one string
#' @export
get_temp_tree_filename <- function() {
  beautier::get_beautier_tempfilename(
    pattern = "tree_",
    fileext = ".newick"
  )
}

Try the pirouette package in your browser

Any scripts or data that you put into this service are public.

pirouette documentation built on Oct. 7, 2023, 9:06 a.m.