是否可以像 ReportRs 那样在 officer 中指定一个 Word 模板文件?

Is it possible to specify a Word template file in officer as was the case for ReportRs?

使用较旧的 ReporteRs 包,似乎可以使用如下代码指定 Word 模板:

doc <- docx(template = "your template.docx")

是否可以使用较新的官员包指定Word模板?它可能在文档中,但我没有看到。解决方法可能是读取我想用作模板的文件,删除所有内容,然后将新输出添加到空文件。如果可以只指定一个模板,我不想尝试类似的东西。

谢谢。

是;您可以使用 doc <- read_docx(*your template file name here*).

打开与 docx 模板的连接