I have gone through this but it does not answer the question. using Source() in Shiny
I have a land use model in R Script that reads file from one input folder and does a lot of processing and generate outputs. Purpose of shiny is to modify inputs by increasing them by some percentage. My question is, if the model is not packed like a function and as just plain code, would it be able to run and give out required output. Thank you all in advance!