Skip to content

multipage + landscape #431

@vincentarelbundock

Description

@vincentarelbundock

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions