[,esearch,numeric,missing-method {reutils} | R Documentation |
Extract UIDs from an esearch
object.
## S4 method for signature 'esearch,numeric,missing'
x[i, j]
x |
An |
i |
Numeric indices. |
j |
Ignored. |
A entrez_uid
object.
## Not run:
e <- esearch("Mus musculus", "protein", retmax = 20)
e[1:5]
## pass the subset directly on to esummary or efetch
content(esummary(e[1:5]), "parsed")
## End(Not run)