entrez_global_query: Find the number of records that match a given term across all...

Description Usage Arguments Value See Also Examples

View source: R/entrez_global_query.r

Description

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

Usage

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

Arguments

term

the search term to use

config

vector configuration options passed to httr::GET

...

additional arguments to add to the query

Value

a named vector with counts for each a database

See Also

config for available configs

Examples

1
2
3
4
## Not run:  
NCBI_data_on_best_butterflies_ever <- entrez_global_query(term="Heliconius")

## End(Not run)

rentrez documentation built on Nov. 11, 2020, 1:07 a.m.