search_tree_file | R Documentation |
Search Newick format tree file in dir
search_tree_file(
dir = getwd(),
n = "first",
method = "mtime",
max_size = 10240
)
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 |
a vector of characters specifying the file name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.