Learn R Programming

rentrez (version 1.2.4)

entrez_global_query: Find the number of records that match a given term across all NCBI Entrez databases

Description

Find the number of records that match a given term across all NCBI Entrez databases

Usage

entrez_global_query(term, config = NULL, ...)

Value

a named vector with counts for each a database

Arguments

term

the search term to use

config

vector configuration options passed to httr::GET

...

additional arguments to add to the query

See Also

config for available configs

Examples

Run this code
if (FALSE) { 
NCBI_data_on_best_butterflies_ever <- entrez_global_query(term="Heliconius")
}

Run the code above in your browser using DataLab