powered by
Find the number of records that match a given term across all NCBI Entrez databases
entrez_global_query(term, config = NULL, ...)
a named vector with counts for each a database
the search term to use
vector configuration options passed to httr::GET
additional arguments to add to the query
config for available configs
config
if (FALSE) { NCBI_data_on_best_butterflies_ever <- entrez_global_query(term="Heliconius") }
Run the code above in your browser using DataLab