Difficulty: [2] IntermediateEffort: [2] MediumFocus: HTML OutputGood First IssuePriority: [3] HighType: ☹︎ Bug
倉庫指標
- Star
- (2,146 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
When I apply cols_align_decimal() to a column that was formated using fmt_scientific(), the decimal point is not aligned (for rows where the power of 10 part is missing).
Reprex:
library(gt)
exibble["num"] |>
gt() |>
fmt_scientific() |>
cols_align_decimal()