getError: getError

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

Description

Retrieve a http or XML parsing error from an eutil object.

Usage

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

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

Arguments

x

An eutil object.

...

Further arguments passed on to methods.

Value

An eutil_error object.

Methods (by class)

See Also

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

Examples

1
2
3
4
5
## Not run: 
e <- efetch("Nonsensical_accession_nr", "protein", rettype = "fasta")
getError(e)

## End(Not run)

reutils documentation built on May 1, 2019, 9:15 p.m.