Passes the provided IDs through Entrez which has the effect of normalising the
accepted UIDs, and removing invalid UIDs.
For web history lists, this forces results to be freshly downloaded
(unlike as_id_list() which can use cached results).
Arguments
- id_set
an
id_listobject.- .paginate
controls how multiple API requests are used to complete the call. Pagination is performed using the
retstartandretmaxAPI parameters. When set to an integer, no more than.pagniateitems will be requested per API call. WhenFALSEor0, only one API request is sent.- .path
path specification for saving raw responses.
- .call
call environment to use in error messages/traces. See rlang::topic-error-call and the
callargument ofcli::cli_abort(). You only need to specify this in internal helper functions that don't need to be mentioned in error messages.
Value
id_list object