synGetSubmissions: synGetSubmissions

Description Usage Arguments Value See Also Examples

Description

Get the Submissions for a given Evaluation.

Usage

1
synGetSubmissions(evaluationId, status, limit, offset)

Arguments

evaluationId

The evaluation queue containing the submissions of interest.

status

An optional filter on the submissions. One of "RECEIVED","OPEN","CLOSED","SCORED","INVALID","VALIDATED","EVALUATION_IN_PROGRESS","REJECTED",or "ACCEPTED".

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 synGetOwnSubmissions synGetSubmissionStatus PaginatedResults

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# one of "RECEIVED","OPEN","CLOSED","SCORED","INVALID","VALIDATED","EVALUATION_IN_PROGRESS","REJECTED",or "ACCEPTED"
status<-"SCORED"
# get the first 100 submissions in the given evaluation queue having the given status
submissions<-synGetSubmissions(evaluationId, status, limit=100, offset=0) 
# get an arbitrary Submission from the list
submission<-submissions@results[[1]]

## End(Not run)

Sage-Bionetworks/rSynapseClient documentation built on May 9, 2019, 7:04 p.m.