Learn R Programming

reutils (version 0.1.1)

database,entrez_linkset-method: database

Description

Retrieve the target database name from an eutil object.

Usage

## S3 method for class 'entrez_linkset':
database(x, ...)

## S3 method for class 'entrez_uid': database(x, ...)

database(x, ...)

## S3 method for class 'eutil': database(x, ...)

Arguments

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

Value

  • A character string.

See Also

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

Examples

Run this code
e <- esearch("Mus musculus", "taxonomy")
database(e)

Run the code above in your browser using DataLab