R shiny buttons

...Hi,
In my r shiny app, i could include the buttons for downloading the file but, the buttons(CSV, EXCEL, PDF) are not working. Could any one assist me on this ?

Hi,

Issues with Shiny code can stem from both the reactive Shiny code itself or the regular R code used in the functions. In order for us to help you with your question, please provide us a minimal reprocudible example (Reprex) where you provide a minimal (dummy) dataset and code that can recreate the issue. One we have that, we can go from there. For help on creating a Reprex, see this guide:

Good luck!
PJ

Thanks for your reply. I will create it and post it. meanwhile if you could tell how to create www for and where can i find copy_csv_xls.swf file to transfer into the folder it would be helpfull ? i just read it and want to try it but could not find any references for the same.

Hi,

I don't understand what you're asking here... If you're referring to the www folder in Shiny apps to store web-page content like images etc., it's as simple as creating a folder with that name within the Shiny folder that holds your app file (root folder) and put the stuff in there.

PJ

Thanks for your answer.
Understood. but where can find the file "copy_csv_xls.swf".

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.