Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 22, 2024
1 parent b3e1b0f commit 0a40bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,11 @@ css_rule <- "
}
"
tt(x, theme = "table mytable", width = 2/3) |>
tt(x, width = 2/3) |>
style_tt(
j = 1:5,
align = "ccccc",
bootstrap_class = "table mytable",
bootstrap_css_rule = css_rule)
```

Expand Down

0 comments on commit 0a40bed

Please sign in to comment.