deleteApp: Delete an Application deployed on the LocalShiny web

View source: R/delete.R

deleteAppR Documentation

Delete an Application deployed on the LocalShiny web

Description

Delete an application in users' own repository.

Usage

deleteApp(username, appID)

Arguments

username

Name of account

appID

the ID of application. You can copy the appID from the LocalShiny web.

Examples

    # username : python
    # appID : "JbmxDXhe"; copied from the LocalShiny web.
    deleteApp("python", "JbmxDXhe")

wnattt/localshiny documentation built on July 14, 2022, 5:37 p.m.