我遇到了一个问题,特别是使用location
参数,使用了官员包在PowerPoint中创建了一个嵌套的项目符号列表。
我的代码如下:
my_pres <- ph_with_ul(x = my_pres, str_list = c("Text 1",
"Text 2",
"Text 3",
"Text 4",
"Text 5"),
level_list = c(1, 2, 2, 2, 1),
style = black_text,
location = ph_location_label(ph_label = "Content Placeholder 8"))
我遇到以下错误:
Error in ph_location_label(ph_label = "Content Placeholder 8", x = list(package_dir = "C:\\Users\\me\\AppData\\Local\\Temp\\Rtmp0yTIbK\\file33786b286bba", :
no selected row
它使我疯狂!有什么想法吗?