Learn R Programming

reutils (version 0.1.1)

rettype: rettype

Description

Get the retrieval type of an eutil object. See http://www.ncbi.nlm.nih.gov/books/NBK25499/table/chapter4.chapter4_table1/?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.

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