Purge a currently archived ShinyApps application.
Supported servers: ShinyApps servers
purgeApp(appName, account = NULL, server = NULL, quiet = FALSE)Name of application to purge
Account name. If a single account is registered on the system then this parameter can be omitted.
Server name. Required only if you use the same account name on
multiple servers (see servers())
Request that no status information be printed to the console during the termination.
This function only works for ShinyApps servers.
if (FALSE) { # \dontrun{
# purge an application
purgeApp("myapp")
} # }