Nothing
source("helpers.R")
using("tinysnapshot")
options(tinytable_print_output = "typst")
# semi complicated
tab <- tt(mtcars[1:4, 1:5], caption = "Hello World") |>
group_tt(j = list("Group 1" = 4:5, "Group 2" = 2:3)) |>
style_tt(j = 1:5, align = "lcccr") |>
style_tt(
i = 2,
j = 1:3,
strikeout = TRUE,
bold = TRUE,
background = "black",
color = "white"
) |>
style_tt(j = 1, color = "red", italic = TRUE)
expect_snapshot_print(tab, label = "typst-complicated.typ")
# issue #139
tab <- tt(mtcars[1:10, 1:5]) |>
group_tt(i = list("Feta" = 2, "Brie" = 6)) |>
group_tt(j = list("First" = 2:3, "Second" = 4:5)) |>
style_tt(1:5, align = "c", background = "blue", color = "white")
expect_snapshot_print(
tab,
label = "typst-issue-139_misaligned_rule_with_group_tt.typ"
)
# Theme striped
x <- mtcars[1:4, 1:5]
tab <- tt(x, theme = "striped")
expect_snapshot_print(tab, label = "typst-striped.typ")
# Theme grid
tab <- tt(x, theme = "grid")
expect_snapshot_print(tab, label = "typst-grid.typ")
# Formatting
dat <- data.frame(
w = c(143002.2092, 201399.181, 100188.3883),
x = c(1.43402, 201.399, 0.134588),
y = as.Date(c(897, 232, 198), origin = "1970-01-01"),
z = c(TRUE, TRUE, FALSE)
)
dat <- tt(dat, digits = 2)
expect_snapshot_print(dat, label = "typst-formatting.typ")
# More formatting
dat <- data.frame(
a = c("Burger", "Halloumi", "Tofu", "Beans"),
b = c(1.43202, 201.399, 0.146188, 0.0031),
c = c(98938272783457, 7288839482, 29111727, 93945)
)
tab <- tt(dat) |>
format_tt(j = "a", sprintf = "Food: %s") |>
format_tt(j = 2, digits = 1) |>
format_tt(j = "c", digits = 2, num_suffix = TRUE)
expect_snapshot_print(tab, label = "typst-more_formatting.typ")
# Significant cell
dat <- data.frame(x = c(0.000123456789, 12.4356789))
tab <- tt(dat) |> format_tt(digits = 2, num_fmt = "significant_cell")
expect_snapshot_print(tab, label = "typst-significant_cell.typ")
# Missing value replacement
tab <- tt(data.frame(a = c(NA, 1, 2), b = c(3, NA, 5)))
tab <- format_tt(tab, replace = "-")
expect_snapshot_print(tab, label = "typst-missing_value_replacement.typ")
# Italic markdown
dat <- data.frame(markdown = c("This is _italic_ text."))
tab <- tt(dat) |>
format_tt(j = 1, markdown = TRUE) |>
style_tt(j = 1, align = "c")
expect_snapshot_print(tab, label = "typst-italic_markdown.typ")
# Font size
dat <- tt(x) |> style_tt(j = "mpg|hp|qsec", fontsize = 1.5)
expect_snapshot_print(dat, label = "typst-font_size.typ")
# No headers
k <- x
colnames(k) <- NULL
k <- tt(k)
expect_snapshot_print(k, label = "typst-no_headers.typ")
# Group rows
dat <- mtcars[1:9, 1:8]
dat <- tt(dat) |>
group_tt(
i = list(
"I like (fake) hamburgers" = 3,
"She prefers halloumi" = 4,
"They love tofu" = 7
)
)
expect_snapshot_print(dat, label = "typst-group_rows.typ")
# Group columns
dat <- mtcars[1:9, 1:8]
tab <- tt(dat) |>
group_tt(
j = list(
"Hamburgers" = 1:3,
"Halloumi" = 4:5,
"Tofu" = 7
)
)
expect_snapshot_print(tab, label = "typst-group_columns.typ")
# issue #323
dat <- mtcars[1:9, 1:8]
tab <- tt(dat) |>
group_tt(
i = list(
"I like (fake) hamburgers" = 3,
"She prefers halloumi" = 4,
"They love tofu" = 7
),
j = list("Hamburgers" = 1:3, "Halloumi" = 4:5, "Tofu" = 7)
) |>
style_tt(
i = c(3, 5, 9),
align = "c",
background = "black",
color = "orange"
) |>
style_tt(i = -1, color = "orange")
tab@output <- "typst"
expect_snapshot_print(tab, label = "typst-issue323_group_tt_style_tt.typ")
# Frame
tab <- tt(mtcars[1:5, 1:5]) |>
style_tt(2:3, 2:3, line_color = "red", line = "tblr", line_width = .05)
tab@output <- "typst"
expect_snapshot_print(tab, label = "typst-tblr.typ")
# Issue #357
tab <- tt(head(iris), notes = "blah") |> save_tt("typst")
expect_true(grepl("blah", tab))
# Bug: Footnotes with cell coordinates #456
tab <- tt(
mtcars[1:4, 1:5],
notes = list(
a = list(i = c(0:1), j = 1, text = "Blah."),
b = "Blah blah."
)
)
expect_snapshot_print(tab, label = "typst-issue456.typ")
# Single row colspan bug fix
df <- data.frame(
column_a = c("No data"),
column_b = c(NA),
column_c = c(NA)
)
tab <- df |>
tt() |>
style_tt(i = 1, j = 1, colspan = ncol(df), align = "c") |>
save_tt("typst")
expect_true(is.character(tab) && nchar(tab) > 0)
# Issue #592
table <- data.frame(
stringsAsFactors = FALSE,
check.names = FALSE,
metric = c(
"Adoption",
"Adoption",
"Adoption",
"Adoption",
"Adoption",
"NPS",
"NPS",
"NPS",
"NPS",
"NPS",
"Overall Satisfaction",
"Overall Satisfaction",
"Overall Satisfaction",
"Overall Satisfaction",
"Overall Satisfaction"),
tier = c(
"1",
"2 ", "3 ", "3 ", "3 ", "1",
"2 ", "3 ", "3 ", "3 ", "1",
"2 ", "3 ", "3 ", "3"),
role = c(
"",
"x", "x", "y", "z", "",
"x", "x", "y", "z", "",
"x", "x", "y", "z"),
Overall = c(
"90.9%", "87.9%", "90.6%", "90.6%", "100%", "19",
"39.9", "47.2", "14.6", "100", "80.7%",
"90.4%", "80.9%", "91.8%", "100%"),
state1 = c(
"90.5%", "91%", "91%", "92.3%", "100%", "24.2",
"40.3", "51.4", "11.5", "100", "82.4%",
"89.4%", "78.4%", "91.6%", "100%"),
state2 = c(
"95.7%", "75%", NA, NA, NA, "11.5", "45.7", NA,
NA, NA, "79.7%", "94.4%", NA, NA, NA),
state3 = c(
"91.5%", "85.9%", "95.4%", "100%", NA, "23.8",
"44.7", "70.8", "22.2", NA, "82.4%", "88.1%",
"55.6%", "98.4%", NA)
)
tab <- tt(table) |>
theme_empty() |>
style_tt(i = c(3, 8, 13), j = 2, rowspan = 3, alignv = "m") |>
style_tt(i = 0, line = "tblr") |>
style_tt(j = 1, line = "l") |>
style_tt(j = 2, i = 1:nrow(table), alignv = "m", line = "lt") |>
style_tt(j = 3:length(table), i = 1:nrow(table), line = "r") |>
style_tt(j = 4:length(table), i = 1:nrow(table), line = "t") |>
style_tt(j = 3, i = c(1, 2, 3, 6, 7, 8, 11, 12, 13, 16), line = "t") |>
style_tt(
i = seq(1, nrow(table), by = 5),
j = 1,
rowspan = 5,
align = "c",
alignv = "m",
line = "lt"
) |>
style_tt(i = nrow(table), j = 1:length(table), line = "b") |>
format_tt(linebreak = "\n", replace = "", output = "typst")
expect_snapshot_print(tab, label = "typst-issue592.typ")
options(tinytable_print_output = NULL)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.