Learn R Programming

rentrez (version 1.2.3)

entrez_dbs: List databases available from the NCBI

Description

Retrieves the names of databases available through the EUtils API

Usage

entrez_dbs(config = NULL)

Value

character vector listing available dbs

Arguments

config

config vector passed to httr::GET

See Also

Other einfo: entrez_db_links(), entrez_db_searchable(), entrez_db_summary(), entrez_info()

Examples

Run this code
if (FALSE) {
entrez_dbs()
}

Run the code above in your browser using DataLab