retmode {reutils} | R Documentation |
retmode
Description
Get the “retrieval mode” of an eutil
object.
It is usually one of xml
, json
, text
, or asn.1
.
It is set to NULL
if “retrieval mode” is not supported by an
E-Utility.
Usage
retmode(x, ...)
## S4 method for signature 'eutil'
retmode(x, ...)
Arguments
x |
An |
... |
Further arguments passed on to methods. |
Value
A character string or NULL
.
Methods (by class)
-
eutil
: Access the “retrieval mode” of aneutil
object.
See Also
einfo
, esearch
, esummary
,
efetch
, elink
, epost
,
egquery
, espell
, ecitmatch
.
Examples
## Not run:
e <- efetch("10090", "taxonomy")
retmode(e)
## End(Not run)
[Package reutils version 0.2.3 Index]