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.
Here is an example.
I used the version 0.2.09
Is it possible to run encrypt_html() function with a folder?
In most cases
.Rmdis self including, so if you insert an image, it will use data URI scheme. That means everything is inside one.htmlfile, so an encrypting/decrypting process withencryptedRmdgoes well.There are also possibility to have relative paths, so an encrypting/decrypting process with
encryptedRmdgoes 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?