database {reutils} | R Documentation |
Retrieve the target database name from an eutil
object.
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, ...)
x |
An |
... |
Further arguments passed on to methods. |
A character string.
eutil
: Retrieve the target database name from an eutil
object.
entrez_linkset
: Retrieve the target database name from an entrez_linkset
object.
entrez_uid
: Retrieve the target database name from an entrez_uid
object.
einfo
, esearch
, esummary
,
efetch
, elink
, epost
,
egquery
, espell
, ecitmatch
.
## Not run:
e <- esearch("Mus musculus", "taxonomy")
database(e)
## End(Not run)