Project-class.Rd
Represents a project in Synapse.
Projects in Synapse must be uniquely named. Trying to create a project with a name that's already taken, say 'My project', will result in an error
An R6 class object.
name: The name of the project
alias: The project alias for use in friendly project urls
properties: A map of Synapse properties
annotations: A map of user defined annotations
local_state: Internal use only
Project(name=NULL, properties=NULL, annotations=NULL, local_state=NULL, alias=NULL)
: Constructor for Project
local_state(state=NULL)
: Set or get the object's internal state, excluding properties, or annotations.