uid {reutils}R Documentation

uid

Description

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

Usage

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

## Not run: 
e <- esearch("Mus musculus", "taxonomy")
uid(e)

## End(Not run)

[Package reutils version 0.2.3 Index]