Rmarkdown-编织时如何查看警告

时间:2019-07-09 13:41:22

标签: r r-markdown knitr

因此,我正在使用Rmarkdown在yalm标头中使用html_document创建一个html文档。我在Rstudio中按“编织”并创建了文档,但最后得到了以下消息(在“控制台”和“终端”选项卡旁边的“ Rmarkdown”选项卡中):

Output created: version2_rapport.html
There were 14 warnings (use warnings() to see them)

但是我不知道如何看到警告...我应该在哪里以及如何使用warnings()?我尝试在控制台中键入warnings(),但没有任何反应。

我的设置块是:

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)

```

我不希望消息出现在输出中,我只想查看它们,即它们不应该与我的图形一起包含在我的html文件中。

0 个答案:

没有答案