In most cases .Rmd is self including, so if you insert an image, it will use data URI scheme. That means everything is inside one .html file, so an encrypting/decrypting process with encryptedRmd goes well.
There are also possibility to have relative paths, so an encrypting/decrypting process with encryptedRmd goes well, but files with relative paths are not included in it.
In most cases
.Rmd
is self including, so if you insert an image, it will use data URI scheme. That means everything is inside one.html
file, so an encrypting/decrypting process withencryptedRmd
goes well.There are also possibility to have relative paths, so an encrypting/decrypting process with
encryptedRmd
goes well, but files with relative paths are not included in it.Here is an example.
I used the version 0.2.09
Is it possible to run
encrypt_html()
function with a folder?