Description Usage Arguments Value See Also Examples
Get the Submissions for a given Evaluation submitted by me.
| 1 | synGetOwnSubmissions(evaluationId, limit, offset)
 | 
| evaluationId | The evaluation queue containing the submissions of interest. | 
| limit | The optional limit 'paging' parameter, default is 10. | 
| offset | The optional offset 'paging' parameter, default is 0. | 
an object of type PaginatedResults. Note, this function does not download files associated with Submissions. For that please see synGetSubmission.
synGetSubmission
synGetSubmissions
synGetSubmissionStatus
PaginatedResults
| 1 2 3 4 5 6 7 | ## Not run: 
# get the first 10 submissions in the given evaluation queue that I submitted.
submissions<-synGetSubmissions(evaluationId, limit=10, offset=0) 
# get an arbitrary Submission from the list
submission<-submissions@results[[1]]
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.