color_scheme
From officer v0.3.15
by David Gohel
color scheme
get master layout color scheme into a data.frame.
Usage
color_scheme(x)
Arguments
- x
an rpptx object
See Also
Other functions for reading presentation informations:
annotate_base()
,
layout_properties()
,
layout_summary()
,
length.rpptx()
,
plot_layout_properties()
,
slide_size()
,
slide_summary()
Examples
# NOT RUN {
x <- read_pptx()
color_scheme ( x = x )
# }
Community examples
Looks like there are no examples yet.