You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for duplicates among the existing issues (both open and closed).
Proposal
tab_caption(data, caption) to allow modifying a caption on an already-created gt() object.
data %>%
gt(caption="old caption") %>%
tab_caption("my caption here")
As an addition, it would be helpful to also be able to extract the caption information. This may be too flexible, but I would find it helpful to use tab_caption(my_gt) to get the current caption.
The text was updated successfully, but these errors were encountered:
Prework
Proposal
tab_caption(data, caption)
to allow modifying a caption on an already-created gt() object.As an addition, it would be helpful to also be able to extract the caption information. This may be too flexible, but I would find it helpful to use
tab_caption(my_gt)
to get the current caption.The text was updated successfully, but these errors were encountered: