uid {reutils} | R Documentation |
Retrieve the list of UIDs returned by a call to ESearch or ELink.
uid(x, ...)
## S4 method for signature 'entrez_linkset'
uid(x, ...)
## S4 method for signature 'elink'
uid(x, ...)
## S4 method for signature 'entrez_uid'
uid(x, ...)
## S4 method for signature 'esearch'
uid(x, ...)
x |
An |
... |
Further arguments passed on to methods. |
A character vector.
entrez_linkset
: Retrieve the list of UIDs from an entrez_linkset
object.
elink
: Retrieve the list of UIDs from an elink
object.
entrez_uid
: Retrieve the list of UIDs from an entrez_uid
object.
esearch
: Retrieve the list of UIDs from an esearch
object.
## Not run:
e <- esearch("Mus musculus", "taxonomy")
uid(e)
## End(Not run)