Register UIDs with the Entrez history server
Usage
epost(id_set, ..., WebEnv = NULL, .path = NULL, .call = rlang::current_env())Arguments
- id_set
an
id_listobject.- ...
additional API parameters (refer to Entrez documentation). Any set to
NULLare removed.- WebEnv
either a character to pass on as-is, or a
web_historyobject.- .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.