search_tree_file: Search tree file

View source: R/utils.R

search_tree_fileR Documentation

Search tree file

Description

Search Newick format tree file in dir

Usage

search_tree_file(
  dir = getwd(),
  n = "first",
  method = "mtime",
  max_size = 10240
)

Arguments

dir

a path with tree file and other template files

n

'first', 'last', 'all'

method

sort by 'mtime', 'ctime', 'atime', 'character'

max_size

limit file size to accelerate searching

Value

a vector of characters specifying the file name


itol.toolkit documentation built on Nov. 18, 2023, 5:11 p.m.