Learn R Programming

reutils (version 0.2.2)

entrez_uid-class: Class "entrez_uid"

Description

A container for UIDs returned by a call to esearch. It is essentially a character vector of UIDs supplemented with a number of attributes:
retmax:
Total number of hits retrieved from the Entrez server.

retstart:
Index of the first hit retrieved from the Entrez server.

count:
Total number of hits for a search query.

query_translation:
Details of how Entrez translated the query.

querykey:
If usehistory = TRUE, the query key, otherwise NA.

webenv:
If usehistory = TRUE, the Web envronment string, otherwise NA.

database:
Name of the queried database.

Arguments

Examples

Run this code
###

Run the code above in your browser using DataLab