get_assignment_details | R Documentation |
Wrapper for GET /api/v1/assignments/{id}
endpoint
get_assignment_details(
id,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
id |
Integer. Assignment ID |
server |
Full server web address (e.g., |
workspace |
Character. Name of the workspace whose assginment details to get. In workspace list, value of |
user |
API user name |
password |
API password |
Data frame of assignment details for single assignment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.