get_export_jobs | R Documentation |
Get data frame of export jobs on the server. This includes jobs that have been started, cancelled, and completed. The data frame includes the job id as well as several attributes about the job.
get_export_jobs(
export_type = "",
interview_status = "All",
qnr_id = "",
export_status = "",
has_file = NA,
limit = 40,
offset = 0,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
export_type |
Character. Type of data to export. Values: |
interview_status |
Character. Status of interviews to export. Values: |
qnr_id |
Character. Questionnaire ID. Format: |
export_status |
Character. Status of export process. Values: |
has_file |
Logical. Whether export file generated. |
limit |
Number of results to return. Values: |
offset |
Offset in list of processes. |
server |
Full server web address (e.g., |
workspace |
Character. Name of the workspace whose export jobs to get. In workspace list, value of |
user |
API user name |
password |
API password |
Wrapper for GET /api/v2/export
endpoint
Data frame of export jobs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.