Learn R Programming

reutils (version 0.1.1)

retmode: retmode

Description

Get the retrieval mode of an eutil object It is usually one of xml text, or asn.1. It is set to NULL if retrieval mode is not supported by an E-Utility.

Usage

retmode(x, ...)

## S3 method for class 'eutil': retmode(x, ...)

Arguments

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

Value

  • A character string or NULL.

See Also

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

Examples

Run this code
e <- efetch("10090", "taxonomy")
retmode(e)

Run the code above in your browser using DataLab