我了解了如何在R Markdown(https://bookdown.org/yihui/rmarkdown/rich-text-format-document.html)中嵌入RTF文件,但是那里提供的示例代码对我不起作用。
我已将rtf_document指定为输出,并将setwd设置为包含RTF文件的文件夹。 我在运行Windows 10的计算机上使用RStudio版本1.1.456。
```{r, echo=FALSE}
knitr::raw_output(readLines('table.rtf'))
```
期望包含我代码中指定的RTF文件的RTF文档。 我收到一条消息:
Error in file (con, "r") : cannot open the connection Calls: <Anonymous>...asis_output->structure->paste->readLines->file Execution halted