entrez_dbs {rentrez} | R Documentation |
List databases available from the NCBI
Description
Retrieves the names of databases available through the EUtils API
Usage
entrez_dbs(config = NULL)
Arguments
config |
config vector passed to |
Value
character vector listing available dbs
See Also
Other einfo:
entrez_db_links()
,
entrez_db_searchable()
,
entrez_db_summary()
,
entrez_info()
Examples
## Not run:
entrez_dbs()
## End(Not run)
[Package rentrez version 1.2.3 Index]