reutils (version 0.2.2)

egquery: egquery - performing a global Entrez search

Description

egquery retrieves the number of records in all Entrez databases for a single text query.

Usage

egquery(term)

Arguments

term
A valid Entrez text query.

Value

An egquery object.

Details

See the official online documentation for NCBI's EUtilities for additional information.

Examples

Run this code
## Determine the number of records for mouse in Entrez.
e <- egquery("mouse[orgn]")
e

Run the code above in your browser using DataLab