vmrTakeSnapshot {vmr} | R Documentation |
Take a snapshot of the guest machine
Description
Take a snapshot of the guest machine.
Usage
vmrTakeSnapshot(snap_name)
Arguments
snap_name |
the name given to the snapshot |
Value
the snapshot name (invisible)
Examples
## Not run:
vmrTakeSnapshot("my snapshot")
## End(Not run)
[Package vmr version 0.0.6 Index]