Learn R Programming

synapseClient (version 1.14-0)

executed: executed

Description

Function for getting the entities executed to generate an Entity or Activity

Usage

executed(entity) executed(activity) activity$executed

Arguments

entity
The entity/activity of interest.

Value

A list of entities involved in generating the given entity/activity, but only if "executed". (See also used(entity).)

Details

This method returns information already in the session. There is no server interaction.