Convert R script into Shiny App

Dear All,

I need some help regarding conversion of R script into shiny App. I have R script which take csv file and perform multiple filtering steps and generate final data output. I generated an App.R script which could able to take input csv file and displaying on runtime but I would like source my complete R script and which can process the uploaded csv file and generate final output. While sourcing am getting an error.
Kindly help in this regards.

Thanks

Hi, welcome!

We can't possibly know what is the error you are getting if you don't tell us. To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one for a shiny app

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