get_ids_s | R Documentation |
This is a convenience function to get identifiers across all data sources. You can
use other get_*
functions to get identifiers from specific sources if
you like.
get_ids_s(names, db = c("worms", "pesi"), ...)
names |
character; Taxonomic name to query. |
db |
character; database to query. One or more of |
... |
Other arguments passed to |
A vector of taxonomic identifiers, each retaining their respective S3 classes so that each element can be passed on to another function (see e.g.'s).
There is a timeout of 1/3 seconds between queries to NCBI.
get_wormsid
, get_pesiid
## Not run: # Plug in taxon names directly ## By default you get ids for all data sources get_ids_s(names="Chironomus riparius") ## Or you can specify which source you want via the db parameter get_ids_s(names="Salvelinus fontinalis", db = 'worms') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.