# NOT RUN {
# Use `exibble` to create a gt table;
# format the `currency` column to have
# currency values in guilder (a defunct
# Dutch currency)
tab_1 <-
  exibble %>%
  gt() %>%
  fmt_currency(
    columns = vars(currency),
    currency = currency(
      html = "ƒ",
      default = "f"),
    decimals = 2
  )
# }
Run the code above in your browser using DataLab