Fuzzy search for terms related to taxonomic names

am_search_fuzzy(search_term)

Arguments

search_term

token query, phrase query or NEAR query (see http://www.sqlite.org/fts5.html)

Value

tibble with matching keys (database identifiers)

See also

Other general: %>%(), am_hcaf(), am_hspen(), am_search_exact(), download_db()

Examples

if (FALSE) { am_search_fuzzy("trevally") am_search_fuzzy("trevally OR animalia") }