startApplication {shinyMatrix} | R Documentation |
This function starts an example app from the folder 'inst'.
startApplication(app = "app", port = 4242)
app |
name of the folder in 'inst' |
port |
port of web application |
## Not run:
startApplication("appCopy")
## End(Not run)