I made a shiny app. With separate Ui.R and Server.R files. There was also one script named"Training "with some codes which I used to test packages and functions, used in Server.R. Also, it contained lots of tips and tricks I learned from the internet for learning R. The 3 files were saved in one project. For past few weeks it was all running good. But, recently I tried to deploy the app on shiny server. But, problem occurred that after giving all the addresses for app(project) files the app(project) which was deployed was different.(I named two different apps(project) with same name. one was {Stability Analysis App} & second one was {Stability_Analysis_App} difference was of "_"). I wanted to use "Stability Analysis App" and the other one was worthless. In server the later one was being deployed. So, I deleted it. But, with it I might have also deleted "Training" script. (don't know how). Now, with its loss I have lost lots of insights I gained in R.
Is there any way I can recover that file.
Also, can you please explain why Stability_Analysis_App was deployed when I wanted Stability Analysis App.
As I used the command
rsconnect::deployApp('C:\\Documents\\R Programming\\Stability Analysis App')
Sorry, for the stupid mistake of naming the projects same.
Thanking You for your reply.