rettype {reutils}R Documentation

rettype

Description

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

Usage

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

## Not run: 
e <- esearch("Mus musculus", "taxonomy")
rettype(e)

## End(Not run)

[Package reutils version 0.2.3 Index]