Saves (serializes) an encrypted object to disk
1 2 3 4 5 6 | qsenc_save(
x,
file,
nthreads = 1,
public_key_path = Sys.getenv("ENCRYPTR_ID_RSA_PUB")
)
|
x |
The object to serialize |
file |
The file name/path (must end in '.qs.enc') |
nthreads |
Number of threads to use. Default 1. |
public_key_path |
Path to public key |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.