getUrl {reutils} | R Documentation |
Retrieve the URL used to perform an Entrez E-Utilities query.
getUrl(x, ...)
## S4 method for signature 'eutil'
getUrl(x, ...)
x |
An |
... |
Further arguments passed on to methods. |
A character string.
eutil
: etrieve the URL used to perform an Entrez E-Utilities
query from an eutil
object.
einfo
, esearch
, esummary
,
efetch
, elink
, epost
,
egquery
, espell
, ecitmatch
.
## Not run:
e <- efetch("AV333213.1", "protein", rettype = "fasta")
getUrl(e)
## End(Not run)