encrypted_html_document {encryptedRmd}R Documentation

Create an encrypted HTML document

Description

In addition to a standard html file this rmarkdown format also creates an encrypted version together with the key as two separate files.

Usage

encrypted_html_document(...)

Arguments

...

all parameters are passed to rmarkdown::html_document

Details

Two files are created:

filename.enc.html

This is the password protected file.

filename.enc.html.key

This file contains the key with which the report was encrypted.

Warning: You are using this at your own risk. Make sure your encryption key is strong enough. For serious use cases, please also review the code of the functions. Any feedback is appreciated. This is an early package version. Please only share the key file with trusted parties

Value

R Markdown output format to pass to render

See Also

encrypt_html_file for more information on the encryption.


[Package encryptedRmd version 0.2.1 Index]