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)

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