Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 22, 2024
1 parent ff41ebb commit b6a2dd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ tt(k, width = .5, theme = "void") |>
To insert images in a table, we use the `plot_tt()` function. The `path_img` values must be relative to the main document saved by `save_tt()` or to the Quarto (or Rmarkdown) document in which the code is executed.

```{r}
pkgload::load_all()
dat <- data.frame(
Species = c("Spider", "Squirrel"),
Image = ""
Expand Down

0 comments on commit b6a2dd3

Please sign in to comment.