我正在使用R-markdown开发一个项目。我一直在尝试使'n'变为斜体,但是我不断收到错误消息。下面列出的是我的最新尝试。
```{r, echo=FALSE, message=FALSE, warning=FALSE, results="asis"}
print(xtable(describe(PDS_Admin[3:15]), align="lccccccccccccc",
caption=paste("Descriptive Statistics for PDS Administrators", italic(n), "= 13")),
type="latex", caption.placement= "top", comment=F, latex.environments ="flushleft")
```
我知道这似乎是世俗的细节。请帮忙!