Images to base64
encodes images into base64 strings.
image_to_base64(filepaths)
filepaths
rlogo <- file.path( R.home("doc"), "html", "logo.jpg") image_to_base64(rlogo)
Useful links