synCreateSnapshotVersion.Rd
Create a new Table Version, new View version, or new Dataset version.
synCreateSnapshotVersion(table, comment=NULL, label=NULL, activity=NULL, wait=TRUE)
The schema of the Table/View, or its ID.
Optional snapshot comment.
Optional snapshot label.
Optional activity ID applied to snapshot version.
True if this method should return the snapshot version after waiting for any necessary
asynchronous table updates to complete. If False this method will return
as soon as any updates are initiated.
the snapshot version number if wait=True, None if wait=False
if (FALSE) {
synCreateSnapshotVersion(table='syn123', comment='snapshot comment', wait=TRUE)
}