Folder | R Documentation |
Represents a folder in Synapse.
Folders must have a name and a parent and can optionally have annotations.
Folder(name=NULL, parent=NULL, annotations=NULL)
name |
The name of the folder |
parent |
The parent project or folder |
annotations |
A map of user defined annotations |
An object of type Folder
## Not run:
folder <- Folder('my data', parent=project, annotations=c(foo='bar', bat=101))
folder <- synStore(folder)
folder$annotations$foo
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.