Learn R Programming

xlcharts (version 0.0.1)

Image: Image

Description

Image in a spreadsheet. You must have the Pillow Python library installed, which can be installed using `install_pillow()`.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.image.html

Usage

Image(img, ...)

Value

An openpyxl Python object.

Arguments

img

img

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
install_pillow()
image_path <- system.file('extdata/logo.png',package='xlcharts')
Image(img = image_path)
}

Run the code above in your browser using DataLab