mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
kable knitting
This commit is contained in:
parent
7b1b4ddf26
commit
887a51cb9c
2 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ c("continuous", "dichotomous", "categorical") |>
|
|||
}) |>
|
||||
dplyr::bind_rows() |>
|
||||
# toastui::datagrid(filters=TRUE,theme="striped") |>
|
||||
kableExtra::kable()
|
||||
knitr::kable()
|
||||
```
|
||||
|
||||
Export the plots directly from the sidebar with easily adjusted plot dimensions for your next publication.
|
||||
|
|
@ -140,7 +140,7 @@ c("continuous", "dichotomous", "categorical") |>
|
|||
}) |>
|
||||
dplyr::bind_rows() |>
|
||||
# toastui::datagrid(filters=TRUE,theme="striped") |>
|
||||
kableExtra::kable()
|
||||
knitr::kable()
|
||||
```
|
||||
|
||||
### Table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue