search_tree_file {itol.toolkit}R 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


[Package itol.toolkit version 1.1.7 Index]