Description Usage Arguments Value See Also Examples
Search full text search index of Dyntaxa data for vernacular name(s) using a search pattern
1 | dyntaxa_search_vernacular(vernacularname)
|
vernacularname |
search pattern(s) for vernacular name |
tibble with columns for identfier, name, rank and status
http://www.sqlitetutorial.net/sqlite-full-text-search/ for search pattern syntax details
1 2 3 4 5 6 7 | ## Not run:
dyntaxa_search_vernacular("lo OR fox")
dyntaxa_search_vernacular("varg*")
dyntaxa_search_vernacular("^bear*")
dyntaxa_search_vernacular("^vildsvinss*")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.