Link | R Documentation |
Represents a link in Synapse.
Links must have a target ID and a parent. When you do synGet on a Link object, the Link object is returned. If the target is desired, specify followLink=TRUE in synGet().
Link(targetId=NULL, targetVersion=NULL, parent=NULL, properties=NULL, annotations=NULL)
targetId |
The ID of the entity to be linked |
targetVersion |
The version of the entity to be linked |
parent |
The parent project or folder |
properties |
A map of Synapse properties |
annotations |
A map of user defined annotations |
An object of type Link
## Not run:
# create a link to 'syn1234567' under some other folder
link <- Link('syn1234567', parent=folder)
link <- synStore(link)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.