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