write_gpg | R Documentation |
Utility function to serialize and store data frame as encrypted file on disc. Requires a valid gpg public key.
write_gpg(df, file = "df.gpg", receiver)
df |
The data frame to be encrypted |
file |
String. Name and path for writing file |
receiver |
email address of receiver (which has gpg key associated) |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.