Description Usage Arguments Details Examples
View source: R/cache_use_sodium.R
Caches objects by default with sodium encryption using the sodium package
1 | cache_use_sodium(key = NULL)
|
key |
string; sets the en/decryption key |
Encrypts cached datasets using sodium256 encryption provided by the sodium package. Cache
If key
is provided, this is used as the encryption/decrytion key.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.