R/gg_gt.R
gt_marks.Rd
gt Marks
gt_marks(gt_tbl, cols)
A <gt_tbl> object
<gt_tbl>
columns to target
A <gt_tbl> object with marks
dplyr::tibble(pass = c(TRUE, FALSE, TRUE, FALSE)) |> gt::gt() |> gt_marks(cols = pass) pass