Process a phylo object or a character string to determine if it's correct newick
Source:R/datelife_query.R
input_process.Rd
Process a phylo object or a character string to determine if it's correct newick
Arguments
- input
Taxon names as one of the following:
- A character vector of taxon names
With taxon names as a single comma separated starting or concatenated with
c()
.- A phylogenetic tree with taxon names as tip labels
As a
phylo
ormultiPhylo
object, OR as a newick character string.