change_assignment_quantity | R Documentation |
Change the quantity for the target assignment.
change_assignment_quantity(
id,
quantity,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
id |
Numeric. Assignment ID number |
quantity |
Numeric. New quantity of interviews to collect for this assignment. |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose assignments to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Wrapper for PATCH /api/v1/assignments/{id}/changeQuantity
Server-side side-effect of changing assignment quantity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.