Description Usage Arguments Value Examples
This function dismounts the veracrypt container directly from R. Also check the sister function vc_mount
.
1 2 3 4 | vc_dismount(
drive,
vcexecutable = "C:\\Program Files\\VeraCrypt\\VeraCrypt.exe"
)
|
drive |
character: name of the drive from which to dismount the volume. Example - "Z://" |
vcexecutable |
character: name of the veracrypt executable file. If it doesn't contain an absolute path, the file name is relative to the current working directory, getwd(). Default is "C:/Program Files/VeraCrypt/VeraCrypt.exe" |
Running the function will dismount the veracrypt volume as specified. Returns a NULL object in R.
1 2 3 4 5 | vc_dismount("k://")
vc_dismount("k://", vcexecutable="C:/Program Files/Veracrypt/Veracrypt.exe")
vc_dismount("k://", vcexecutable="C:/Program Files (x86)/Veracrypt/Veracrypt.exe")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.