entrez_uid-class {reutils}R Documentation

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.

Examples

###

[Package reutils version 0.2.3 Index]