Register UIDs with the Entrez history server
Usage
epost(id_set, ..., WebEnv = NULL, .path = NULL, .call = rlang::current_env())
Arguments
- id_set
an
id_list
object.- ...
additional API parameters (refer to Entrez documentation). Any set to
NULL
are removed.- WebEnv
either a character to pass on as-is, or a
web_history
object.- .path
path specification for saving raw responses.
- .call
call environment to use in error messages/traces. See rlang::topic-error-call and the
call
argument ofcli::cli_abort()
. You only need to specify this in internal helper functions that don't need to be mentioned in error messages.