Hi there,
I am using flexdashboard in order to create some basic reporting.
After retrieving the data and some manipulation in dplyr, I use kable() in order to render a nice and clean table as follow:
I host the dashboard on shinyapps.
I would like to give the end user the possibility to download the table in a csv format.
I know it is possible to do it in shiny; is there any way to do this using flexdashboard?