exibble |>
dplyr::select(currency, char) |>
gt() |>
tab_header(title = html("<em>HTML</em>"))| HTML | |
| currency | char |
|---|---|
| 49.950 | apricot |
| 17.950 | banana |
| 1.390 | coconut |
| 65100.000 | durian |
| 1325.810 | NA |
| 13.255 | fig |
| NA | grapefruit |
| 0.440 | honeydew |
html() functionUse exibble to create a gt table. When adding a title, use the html() helper to use HTML formatting.