Learn R Programming

officer (version 0.6.8)

image_to_base64: Images to base64

Description

encodes images into base64 strings.

Usage

image_to_base64(filepaths)

Arguments

filepaths

file names.

Examples

Run this code
rlogo <- file.path( R.home("doc"), "html", "logo.jpg")
image_to_base64(rlogo)

Run the code above in your browser using DataLab