View source: R/entrez_global_query.r
entrez_global_query | R Documentation |
Find the number of records that match a given term across all NCBI Entrez databases
entrez_global_query(term, config = NULL, ...)
term |
the search term to use |
config |
vector configuration options passed to httr::GET |
... |
additional arguments to add to the query |
a named vector with counts for each a database
config
for available configs
## Not run:
NCBI_data_on_best_butterflies_ever <- entrez_global_query(term="Heliconius")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.