synGetSubmissionBundles | R Documentation |
Retrieve submission bundles (submission and submissions status) for an evaluation queue, optionally filtered by submission status and/or owner.
synGetSubmissionBundles(evaluation, status=NULL, myOwn=FALSE, limit=20, offset=0)
evaluation |
Evaluation to get submissions from. |
status |
Optionally filter submissions for a specific status. |
myOwn |
Determines if only your Submissions should be fetched. |
limit |
Limits the number of submissions coming back from the |
offset |
Start iterating at a submission offset from the first |
A generator over tuples containing a Submission and a SubmissionStatus. Use nextElem
or as.list
to access the values.
nextElem
as.list
## Not run:
bundles<-synGetSubmissionBundles(evaluation)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.