synMove | R Documentation |
Move a Synapse entity to a new container.
synMove(entity, new_parent)
entity |
A Synapse ID, a Synapse Entity object, or a local file that is stored in Synapse |
new_parent |
The new parent container (Folder or Project) to which the entity should be moved. |
The Synapse Entity object that has been moved.
## Not run:
entity <- synMove('syn456', 'syn123')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.