Check if we obtained an empty search with the given taxon name(s).
Source:R/datelife_search.R
is_datelife_result_empty.Rd
Check if we obtained an empty search with the given taxon name(s).
Arguments
- datelife_result
A
datelifeResult
object, usually an output ofget_datelife_result()
.- use_tnrs
Whether to use Open Tree of Life's Taxonomic Name Resolution Service (TNRS) to process input taxon names. Default to
TRUE
, it corrects misspellings and taxonomic name variations withtnrs_match()
, a wrapper ofrotl::tnrs_match_names()
.