Delete Applications

You can also mange your app deployed on the website.

06_delete

Delete an app by clicking the button delete, or with LocalShiny::deleteApp().

To use it, run:

# make sure that you have configured the package to access your account
# LocalShiny::loginAccount("example", token=example_token)
# if you want to delete app "source"
LocalShiny::deleteApp("source")