extract-elink: ELink Accessors

Description Usage Arguments Value Examples

Description

Extract UIDs from an elink object.

Usage

1
2
3
4
5
## S4 method for signature 'elink,ANY,missing'
x[i, j]

## S4 method for signature 'elink,character,ANY'
x[i]

Arguments

x

An elink object.

i

Numeric or character indices.

j

Ignored.

Value

A entrez_linkset object.

Examples

1
2
3
4
5
## Not run: 
e <- elink(c("34577062", "24475906"), dbFrom = "nuccore")
e[1]

## End(Not run)

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