Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 1, 2024
1 parent 41c20df commit e4ec5cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vignettes/tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,18 @@ tt(x, theme = "void") |>
```


```{r}
dat <- data.frame(1:2, 3:4, 5:6, 7:8)
colnames(dat) <- NULL
tt(dat, theme = "void") |>
style_tt(
line = "tblr", line_color = "white", line_width = 0.5,
background = "blue", color = "white")
```



# Plots and images

The `plot_tt()` function can embed images and plots in a `tinytable`. We can insert images by specifying their paths and positions (`i`/`j`).
Expand Down

0 comments on commit e4ec5cc

Please sign in to comment.