In datatable, I can add a button to my dashboard tables so that users can download the data. However, I am moving all my table to gt. in gt, can I add buttons?
DT::datatable(MyData,
extenstions = 'Buttons',
options = list (dom = 'Bfrtip',
buttons = 'csv'))