Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用officeR和mschart包装我正在尝试匹配公司演示文稿的主题。有没有办法mschart从现有图表中获取图表主题(以供进一步使用)pptx?
officeR
mschart
pptx
包officer没有实现这样的功能。但是,您可以使用功能获取主题的颜色color_sheme()并通过以下方式重用它们mschart:
officer
color_sheme()
x <- read_pptx() color_scheme ( x = x )