rettype: rettype

Description Usage Arguments Value Methods (by class) See Also Examples

Description

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

Usage

1
2
3
4
rettype(x, ...)

## S4 method for signature 'eutil'
rettype(x, ...)

Arguments

x

An eutil object.

...

Further arguments passed on to methods.

Value

A character string.

Methods (by class)

See Also

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

Examples

1
2
3
4
5
## Not run: 
e <- esearch("Mus musculus", "taxonomy")
rettype(e)

## End(Not run)

gschofl/reutils documentation built on Oct. 9, 2020, 9:42 p.m.