Learn R Programming

synapseClient (version 1.14-0)

synGetOwnSubmissions: synGetOwnSubmissions

Description

Get the Submissions for a given Evaluation submitted by me.

Usage

synGetOwnSubmissions(evaluationId, limit, offset)

Arguments

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.

Value

an object of type PaginatedResults. Note, this function does not download files associated with Submissions. For that please see synGetSubmission.

See Also

synGetSubmission synGetSubmissions synGetSubmissionStatus PaginatedResults

Examples

Run this code
## 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)

Run the code above in your browser using DataLab