Learn R Programming

synapseClient (version 1.14-0)

used: used

Description

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

Usage

used(entity) used(activity) activity$used

Arguments

entity
The entity/activity of interest.

Value

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

Details

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