uid {reutils} | R Documentation |
uid
Description
Retrieve the list of UIDs returned by a call to ESearch or ELink.
Usage
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, ...)
Arguments
x |
An |
... |
Further arguments passed on to methods. |
Value
A character vector.
Methods (by class)
-
entrez_linkset
: Retrieve the list of UIDs from anentrez_linkset
object. -
elink
: Retrieve the list of UIDs from anelink
object. -
entrez_uid
: Retrieve the list of UIDs from anentrez_uid
object. -
esearch
: Retrieve the list of UIDs from anesearch
object.
See Also
Examples
## Not run:
e <- esearch("Mus musculus", "taxonomy")
uid(e)
## End(Not run)
[Package reutils version 0.2.3 Index]