| 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_linksetobject. -
elink: Retrieve the list of UIDs from anelinkobject. -
entrez_uid: Retrieve the list of UIDs from anentrez_uidobject. -
esearch: Retrieve the list of UIDs from anesearchobject.
See Also
Examples
## Not run:
e <- esearch("Mus musculus", "taxonomy")
uid(e)
## End(Not run)
[Package reutils version 0.2.3 Index]