reutils (version 0.2.2)

retmode: 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, ...)
"retmode"(x, ...)

Arguments

x
An eutil object.
...
Further arguments passed on to methods.

Value

A character string or NULL.

Methods (by class)

  • eutil:

See Also

einfo, esearch, esummary, efetch, elink, epost, egquery, espell, ecitmatch.

Examples

Run this code
## Not run: 
# e <- efetch("10090", "taxonomy")
# retmode(e)
# ## End(Not run)

Run the code above in your browser using DataLab