kable knitting

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-23 15:16:37 +02:00
commit 887a51cb9c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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