| database {reutils} | R Documentation |
database
Description
Retrieve the target database name from an eutil object.
Usage
database(x, ...)
## S4 method for signature 'eutil'
database(x, ...)
## S4 method for signature 'entrez_linkset'
database(x, ...)
## S4 method for signature 'entrez_uid'
database(x, ...)
Arguments
x |
An |
... |
Further arguments passed on to methods. |
Value
A character string.
Methods (by class)
-
eutil: Retrieve the target database name from aneutilobject. -
entrez_linkset: Retrieve the target database name from anentrez_linksetobject. -
entrez_uid: Retrieve the target database name from anentrez_uidobject.
See Also
einfo, esearch, esummary,
efetch, elink, epost,
egquery, espell, ecitmatch.
Examples
## Not run:
e <- esearch("Mus musculus", "taxonomy")
database(e)
## End(Not run)
[Package reutils version 0.2.3 Index]