getError {reutils} | R Documentation |
getError
Description
Retrieve a http or XML parsing error from an eutil
object.
Usage
getError(x, ...)
## S4 method for signature 'eutil'
getError(x, ...)
Arguments
x |
An |
... |
Further arguments passed on to methods. |
Value
An eutil_error
object.
Methods (by class)
-
eutil
: a http or XML parsing error from aneutil
object.
See Also
einfo
, esearch
, esummary
,
efetch
, elink
, epost
,
egquery
, espell
, ecitmatch
.
Examples
## Not run:
e <- efetch("Nonsensical_accession_nr", "protein", rettype = "fasta")
getError(e)
## End(Not run)
[Package reutils version 0.2.3 Index]