synGetEvaluationByContentSource.Rd
Returns a generator over evaluations that derive their content from the given entity
synGetEvaluationByContentSource(entity)
The Project whose Evaluations are to be fetched.
a Generator over the Evaluation objects for the given Project. Use nextElem
or as.list
to access the values.
if (FALSE) {
evaluationQueues<-synGetEvaluationByContentSource("syn1234567")
}