## Import the shiny library library(shiny) ## Specify the path of the directory containing the shiny app to be run ## Note the escaping of the windows-style path separator characters appDirPath = "C:\\temp\\scratch\\Shiny_R_Apps\\Hello_Shiny_App_session_close\\app.R" ## Run the specified application runApp(appDirPath ) out1 <- in1