我正在尝试以下代码,我有一个输出:pdf_document
myFunction = Callable( /* new parameters */ );
选项1
```{r}
# load package
library(sjPlot)
library(sjmisc)
# load sample data set.
data(efc)
```
```{r}
library(lazyWeave)
options(lazyReportFormat = "latex")
```
选项2
```{r, results='asis'}
lazy.matrix(sjt.df(efc, no.output=TRUE)$knitr)
```
我的目标是在使用pdf格式时打印表格