In addition to a standard html file this rmarkdown
format also creates
an encrypted version together with the key as two separate files.
encrypted_html_document(...)
all parameters are passed to rmarkdown::html_document
R Markdown output format to pass to render
Two files are created:
This is the password protected file.
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
encrypt_html_file
for more information on the encryption.