synGetEvaluationByContentSource | R Documentation |
Returns a generator over evaluations that derive their content from the given entity
synGetEvaluationByContentSource(entity)
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.
nextElem
as.list
## Not run:
evaluationQueues<-synGetEvaluationByContentSource("syn1234567")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.