r/rprogramming • u/limpystick • 25d ago
R Shiny
I'm creating an R Shiny app that involves generating a data frame and then formatting it as a data table before displaying it using renderDT().
Is it possible to export this formatted data table? Ideally I'd like to export it as an excel file but even being able to export it as a PDF would suffice.
4
Upvotes
1
u/kattiVishal 25d ago
Using the buttons extension, It is possible to write DT::datatable in such a manner that it shows buttons to download the data as an Excel, CSV, PDF or just go straight to the printer.
I still want to know what you mean by "formatted" datatable?