approve_interview | R Documentation |
Approve interviews using the appropriate set of API calls
approve_interview( interview__id, interview__status, approve_comment, statuses_to_approve = c(120), server = Sys.getenv("SUSO_SERVER"), workspace = Sys.getenv("SUSO_WORKSPACE"), user = Sys.getenv("SUSO_USER"), password = Sys.getenv("SUSO_PASSWORD") )
interview__id |
Character. GUID for interview found in |
interview__status |
Numeric. Supports values in set c(100, 120). |
approve_comment |
Character. Comment to post upon rejection |
statuses_to_approve |
Numeric vector. Supports values in set c(100, 120). |
server |
Full server web address (e.g., |
workspace |
Character. Name of the workspace whose questionnaires and associated interviews to get. |
user |
API user name |
password |
API password |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.