Rdocumentation
powered by
Learn R Programming
synapseClient (version 1.14-0)
Activity: Activity Constructor
Description
Constructor for Activity
Usage
Activity()
Arguments
properties
list(name="an activity", description="my description", used=list(e1, e2, ...), executed=list(e3, e4, ...)) where each of e1, e2, ... can be either a SynapseEntity, an entity ID ("syn1234"), or a URL.
Value
The created Activity is returned.
Slots