R/datelife_search.R
datelife_result_check.Rdchecks if we obtained an empty search with the set of input taxon names
datelife_result_check(datelife_result, use_tnrs = FALSE, verbose = FALSE)
| datelife_result | An output of get_datelife_result function: A list of patristic matrices with names corresponding to original study citations. |
|---|---|
| use_tnrs | Boolean; default to FALSE. If TRUE, use OpenTree's services to resolve names. This can dramatically improve the chance of matches, but also take much longer. |
| verbose | Boolean. If TRUE, it gives printed updates to the user. |