Skip to content

Commit

Permalink
Remove encoding warning in export_tables.R
Browse files Browse the repository at this point in the history
  • Loading branch information
izaak-jephson committed Sep 9, 2024
1 parent d0701e0 commit 164bc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/export_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ format_columns <- function(wb,
openxlsx::addStyle(wb, sheet_name,
rows = start_row:end_row,
cols = column,
style = openxlsx::createStyle(numFmt = "£#,##0;-;£0", halign = "right"),
style = openxlsx::createStyle(numFmt = "\u00A3#,##0;-;\u00A30", halign = "right"),
gridExpand = TRUE
)

Expand Down

0 comments on commit 164bc2c

Please sign in to comment.