-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hard to do. Here's a workaround for LaTeX
```{=latex}
\begin{landscape}
```
```{r manualspots, results='asis'}
library(tinytable)
scm <- read.csv(here::here("txt/fig/spotchecks_manual.csv"), check.names = FALSE)
# allow breaking space
for (i in seq_along(scm)) {
scm[[i]] <- gsub("=", " = ", scm[[i]])
scm[[i]] <- gsub("_", " ", scm[[i]])
}
scm |>
tt(caption = "Summary of manual checks", width = c(1, 1, 1, 1, 3)) |>
format_tt(escape = TRUE) |>
theme_tt("multipage") |>
theme_tt("striped")
```
```{=latex}
\end{landscape}
```
Metadata
Metadata
Assignees
Labels
No labels