Project.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
Project(name=NULL, properties=NULL, annotations=NULL, local_state=NULL, alias=NULL)
The name of the project
A map of Synapse properties
A map of user defined annotations
Internal use only
The project alias for use in friendly project urls
An object of type Project