Description Usage Arguments Examples
Check if an object is of the taxon_id class
1 | is_taxon_id(x)
|
x |
An object to test |
1 2 3 | x <- taxon_id(c('9606', '1386', '4890', '4345'), db = 'ncbi')
is_taxon_id(x)
is_taxon_id(1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.