Description Usage Arguments Value Examples
This function mounts the veracrypt container directly from R. Also check the sister function vc_dismount
.
1 2 3 4 5 6 | vc_mount(
filename,
drive,
password,
vcexecutable = "C:\\Program Files\\VeraCrypt\\VeraCrypt.exe"
)
|
filename |
character: name of the veracrypt container. If it doesn't contain an absolute path, the file name is relative to the current working directory, getwd(). |
drive |
character: drive name. Example - "Z://" |
password |
character: password of the veracrypt container. |
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 open veracrypt as specified. Returns a NULL object in R.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.