Error in func(fname, ...) : app.R did not return a shiny.appobj object.

i keep getting this error everytime i run my code. what could be the problem? i

runApp()
Error in func(fname, ...) : app.R did not return a shiny.appobj object.

Can you show the code?

I can't post the code because I'm new here. but I was following this tutorial Shiny - Welcome to Shiny (rstudio.com) and I took the code exactly how it is presented there.

There is no restriction for that, you just have to do it the right way, here is how to do it.

The error message suggests you have a coding problem, and without seeing your actual code, there is little we can do to help you. To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at these resources, to see how to create one for a shiny app

thank you,.. I went through my code and I found a few errors, it took a while but I was able to debug them.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.