reutils (version 0.2.2)

getUrl: getUrl

Description

Retrieve the URL used to perform an Entrez E-Utilities query.

Usage

getUrl(x, ...)
"getUrl"(x, ...)

Arguments

x
An eutil object.
...
Further arguments passed on to methods.

Value

A character string.

Methods (by class)

  • eutil:

See Also

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

Examples

Run this code
## Not run: 
# e <- efetch("AV333213.1", "protein", rettype = "fasta")
# getUrl(e)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace