I have 3 files which are needed to my app
.
First a general r
with functions make some calculations and need to load the ui
and server
files to run the app
.
When I run it on Rstudio
it works fine. How is it possible to insert this app
to shiny server
, meaning that I need first a script and after that run the ui
and server
files?