getUrl: getUrl

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

Description

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

Usage

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

## S4 method for signature 'eutil'
getUrl(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

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

## End(Not run)

Example output

Warning: CurlError: Failed to connect to eutils.ncbi.nlm.nih.gov port 443: Connection refused
[1] "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?=efetch&db=protein&id=AV333213.1&retmode=xml&rettype=fasta&retmax=Inf&email=gerhard.schofl%40gmail.com&tool=reutils"

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