我正在创建一个Rmarkdown并且有很多有用的错误消息,例如下面示例中的“我在这里”。但是,很难找到带有标签输出的有用错误消息。如何关闭标签打印但保留消息?
---
title: "label_example"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(fig.width=12
, fig.height=5.5
, echo=FALSE
, warning=FALSE
, message=FALSE
, results='asis')
```
## R Markdown
```{r cars}
message("I am Here")
summary(cars)
```
## Including Plots
You can also embed plots, for example:
```{r pressure, echo=FALSE}
plot(pressure)
```
| ......... | 14% 没有R代码的普通文本
| ................... | 29% label:setup(带选项)
处理文件:label_example.Rmd 清单1 $ include:logi FALSE
| ............................ | 43% 没有R代码的普通文本
| ..................................... | 57% 标签:汽车 | .............................................. | 71% 没有R代码的普通文本
| .............................................. .......... | 86% 标签:压力(带选项) 清单1 $ echo:logi FALSE
| .............................................. ................... | 100% 没有R代码的普通文本
/ usr / lib / rstudio-server / bin / pandoc / pandoc + RTS -K512m -RTS label_example.utf8.md --to latex --from markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash --output label_example.pdf - template / default-1.17.0.2.tex --highlight-style tango --latex-engine pdflatex --variable graphics = yes --variable' geometry:margin = 1in' 我在这里 输出文件:label_example.knit.md