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)

gschofl/reutils documentation built on Oct. 9, 2020, 9:42 p.m.