search_tree_file: Search tree file
Description
Search Newick format tree file in dir
Usage
search_tree_file(
dir = getwd(),
n = "first",
method = "mtime",
max_size = 10240
)
Value
a vector of characters specifying the file name
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