Link-class | 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 synapseclient.Synapse.get.
An R6 class object.
Link(targetId=NULL, targetVersion=NULL, parent=NULL, properties=NULL, annotations=NULL)
: Constructor for Link
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.