Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 23, 2024
1 parent b8a9b0b commit a75503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/format.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ On top of the built-in features of `format_tt`, a custom formatting function can

```{r}
tt(x) |>
format_tt(j = "mpg", fn = function(x) paste0(x, " mpg")) |>
format_tt(j = "mpg", fn = function(x) paste0(x, " mi/gal")) |>
format_tt(j = "drat", fn = \(x) signif(x, 2))
```

Expand Down

0 comments on commit a75503b

Please sign in to comment.