Description Usage Arguments Value Examples
View source: R/folder_decrypt.R
Function that decrypts the given object folder_encrypted
.
1 | folder_decrypt(folder_encrypted, password = NULL)
|
folder_encrypted |
An object, which must be of class |
password |
The folder's password. Can be |
Returns invisibly the decrypted folder_encrypted
.
1 2 3 4 | ### Decrypt a folder with password "secret".
folder_encrypted <- folder(password = "secret", folder_dir = tempdir(),
overwrite = TRUE)
folder_decrypt(folder_encrypted = folder_encrypted, password = "secret")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.