get_export_job_details | R Documentation |
Get data frame of export job details for a single job. This provides a nice mechanism to inquire about the progress of recently started export jobs and see if they are complete.
get_export_job_details(
job_id,
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 |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose export job details to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Wrapper for GET /api/v2/export/{id}
endpoint
If job found, data frame of export job details. Otherwise, message about why the job was not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.