You can launch an application in several ways, depending on how you create you app. If your app is divided in two files ui.R and server.R or if all of your app is in one file.
1. Two files app
Your two files ui.R and server.Rhave to be in the same folder. You could then launch your app by running ...