Learn R Programming

reutils (version 0.2.2)

rettype: rettype

Description

Get the “retrieval type” of an eutil object. See here for the available retrieval types for different NCBI databases.

Usage

rettype(x, ...)
"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
## Not run: 
# e <- esearch("Mus musculus", "taxonomy")
# rettype(e)
# ## End(Not run)

Run the code above in your browser using DataLab