Description Usage Arguments Value Examples
View source: R/folder_encrypt.R
Function that encrypts the given object folder_decrypted
.
1 | folder_encrypt(folder_decrypted, password = NULL)
|
folder_decrypted |
An object of class |
password |
The folder's password. Can be |
Returns invisibly the encrypted folder_decrypted
.
1 2 3 | ### Encrypt a folder that has no password yet.
folder_decrypted <- folder(folder_dir = tempdir(), overwrite = TRUE)
folder_encrypt(folder_decrypted = folder_decrypted, password = "secret")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.