【发布时间】:2019-10-08 16:58:04
【问题描述】:
我只是想知道是否有任何方法可以减少 Rmarkdown 工作表中表之间的空间(下面的一个)。我试过做
<div style="width: 100%;margin-top: 1px;margin-bottom: 1px;">
<div style="width: 63%;float: bottom;margin-top: 1px;margin-bottom: 1px;">
```{r, echo=FALSE, warning=FALSE,message=FALSE, results='asis'}
#here the two tables I need to print at the Markdown
But it doesn´t work. Do you have any sugestions? Thanks a lot!
【问题讨论】:
标签: datatable rstudio markdown r-markdown knitr