folder_decrypt: Decrypt a folder.

Description Usage Arguments Value Examples

View source: R/folder_decrypt.R

Description

Function that decrypts the given object folder_encrypted.

Usage

1
folder_decrypt(folder_encrypted, password = NULL)

Arguments

folder_encrypted

An object, which must be of class personfiles after decryption.

password

The folder's password. Can be NULL for no password.

Value

Returns invisibly the decrypted folder_encrypted.

Examples

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")

loelschlaeger/personfiles documentation built on Dec. 21, 2021, 11:45 a.m.