Learn R Programming

reutils (version 0.2.1)

rettype: rettype

Description

Get the retrieval type of an eutil object. See http://www.ncbi.nlm.nih.gov/books/NBK25499/table/chapter4.T._valid_values_of__retmode_and/?report=objectonly{here} for the available retrieval types for different NCBI databases.

Usage

rettype(x, ...)

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

Arguments

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

Value

  • A character string.

Methods (by class)

  • eutil:

See Also

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

Examples

Run this code
e <- esearch("Mus musculus", "taxonomy")
rettype(e)

Run the code above in your browser using DataLab