getUrl {reutils}R Documentation

getUrl

Description

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

Usage

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

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

## End(Not run)

[Package reutils version 0.2.3 Index]