Returns a generator over evaluations that derive their content from the given entity

synGetEvaluationByContentSource(entity)

Arguments

entity

The Project whose Evaluations are to be fetched.

Value

a Generator over the Evaluation objects for the given Project. Use nextElem or as.list to access the values.

See also

Examples

if (FALSE) {
evaluationQueues<-synGetEvaluationByContentSource("syn1234567")
}