uid: uid

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

Description

Retrieve the list of UIDs returned by a call to ESearch or ELink.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
uid(x, ...)

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

## S4 method for signature 'elink'
uid(x, ...)

## S4 method for signature 'entrez_uid'
uid(x, ...)

## S4 method for signature 'esearch'
uid(x, ...)

Arguments

x

An eutil object.

...

Further arguments passed on to methods.

Value

A character vector.

Methods (by class)

See Also

esearch, elink.

Examples

1
2
3
4
5
## Not run: 
e <- esearch("Mus musculus", "taxonomy")
uid(e)

## End(Not run)

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