image_to_base64 | R Documentation |
encodes images into base64 strings.
image_to_base64(filepaths)
filepaths |
file names. |
rlogo <- file.path( R.home("doc"), "html", "logo.jpg")
image_to_base64(rlogo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.