cancel_export | R Documentation |
Has server-side side-effect of cancelling an active export process. A message will inform about the outcome. If verbose = TRUE
, the function also returns a logical value: TRUE
if cancellation successful; FALSE
otherwise.
cancel_export(
job_id,
verbose = FALSE,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
job_id |
Numeric. Export job ID |
verbose |
Logical. If |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose export jobs to cancel. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Wrapper for DELETE /api/v2/export/{id}
endpoint
If verbose = FALSE
, no return value. If verbose = TRUE
, return logical outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.