Fuzzy search for terms related to taxonomic names
am_search_fuzzy(search_term)
search_term | token query, phrase query or NEAR query (see http://www.sqlite.org/fts5.html) |
---|
tibble with matching keys (database identifiers)
Other general:
%>%()
,
am_hcaf()
,
am_hspen()
,
am_search_exact()
,
download_db()
if (FALSE) { am_search_fuzzy("trevally") am_search_fuzzy("trevally OR animalia") }