How would you do this for multiple variables that have been selected but not others? In this example I want to change the footnotes for trt and grade, but not death
tbl <- trial |> select(trt, grade, death) |> tbl_summary()