使用ph_with_ul()函数在PowerPoint中制作项目符号列表的R总监错误

时间:2019-05-17 22:36:54

标签: r officer

我遇到了一个问题,特别是使用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

它使我疯狂!有什么想法吗?

0 个答案:

没有答案