synCreateSnapshotVersion | R Documentation |
Create a new Table Version, new View version, or new Dataset version.
synCreateSnapshotVersion(table, comment=NULL, label=NULL, activity=NULL, wait=TRUE)
table |
The schema of the Table/View, or its ID. |
comment |
Optional snapshot comment. |
label |
Optional snapshot label. |
activity |
Optional activity ID applied to snapshot version. |
wait |
True if this method should return the snapshot version after waiting for any necessary |
the snapshot version number if wait=True, None if wait=False
## Not run:
synCreateSnapshotVersion(table='syn123', comment='snapshot comment', wait=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.