View source: R/ColorChangeEffect.R
ColorChangeEffect | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
ColorChangeEffect(useA = NULL, clrFrom = NULL, clrTo = NULL, ...)
useA |
useA |
clrFrom |
clrFrom |
clrTo |
clrTo |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
# issue using xlcharts::Color() function as built from
# class 'openpyxl.styles.colors.Color' while
# ColorChangeEffect() arguments require 'openpyxl.drawing.effect.Color'
openpyxl <- reticulate::import("openpyxl")
ColorChangeEffect(
clrFrom = openpyxl$drawing$effect$Color(),
clrTo = openpyxl$drawing$effect$Color()
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.