How to Create a Copyable Table for Word in R Shiny Dashboard?
I would like to create a table in an R Shiny Dashboard that can be copied and pasted into a Word document. Attempts with DT and reactable did not work. The requirements for the table are minimal; simple black gridlines and bold column headers would be sufficient. Does anyone have an idea how to create and copy such a table effectively?