rettype {reutils} | R Documentation |
Get the “retrieval type” of an eutil
object. See
here
for the available retrieval types for different NCBI databases.
rettype(x, ...)
## S4 method for signature 'eutil'
rettype(x, ...)
x |
An |
... |
Further arguments passed on to methods. |
A character string.
eutil
: Access the “retrieval type” of an eutil
object.
einfo
, esearch
, esummary
,
efetch
, elink
, epost
,
egquery
, espell
, ecitmatch
.
## Not run:
e <- esearch("Mus musculus", "taxonomy")
rettype(e)
## End(Not run)