Description Usage Arguments Value See Also Examples
Search full text search index of Dyntaxa data for taxon key(s)/identifier(s) using a search pattern
1 | dyntaxa_search_id(taxon_id)
|
taxon_id |
search term(s) specifying key/identifier |
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 | ## Not run:
dyntaxa_search_id("5000001")
dyntaxa_search_id("206046 OR 206026")
dyntaxa_search_id("20604*")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.