database: database

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

Description

Retrieve the target database name from an eutil object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
database(x, ...)

## S4 method for signature 'eutil'
database(x, ...)

## S4 method for signature 'entrez_linkset'
database(x, ...)

## S4 method for signature 'entrez_uid'
database(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 <- esearch("Mus musculus", "taxonomy")
database(e)

## End(Not run)

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