Learn R Programming

genomes (version 2.16.0)

einfo: Entrez database information

Description

List all Entrez databases at NCBI or the indexing fields and available links for a specific database

Usage

einfo(db, links=FALSE)

Arguments

db
a valid Entrez database, if missing then all databases are listed
links
list database links, default is fields

Value

Details

Runs Einfo and parses XML results

References

http://www.ncbi.nlm.nih.gov/books/NBK25499

Examples

Run this code

## Not run: 
# einfo()
# einfo("bioproject")
# einfo("bioproject", TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab