Hi! I'm trying to draw datatable in pdf r markdown. Bat the table is very small.
How can I set a stiles?
---
title: NULL
output: pdf_document
---
```{r , echo=T}
library(knitr)
kable(head(mtcars))
library(DT)
datatable(head(mtcars))
Hi! I'm trying to draw datatable in pdf r markdown. Bat the table is very small.
How can I set a stiles?
---
title: NULL
output: pdf_document
---
```{r , echo=T}
library(knitr)
kable(head(mtcars))
library(DT)
datatable(head(mtcars))
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.