synGetProvenance.Rd
Retrieve provenance information for a Synapse Entity.
synGetProvenance(entity, version=NULL)
An Entity or Synapse ID to lookup
The version of the Entity to retrieve.
Gets the most recent version if omitted
An Activity object or raises exception if no provenance record exists
if (FALSE) {
activity<-synGetProvenance("syn11678572")
}