Learn R Programming

shinyapps (version 0.4.1.8)

terminateApp: Terminate an Application

Description

Terminate an application currently running on a remote server.

Usage

terminateApp(appName, account = NULL, server = NULL, quiet = FALSE)

Arguments

appName
Name of application to terminate
account
Account name. If a single account is registered on the system then this parameter can be omitted.
server
Server name. Required only if you use the same account name on multiple servers (see servers)
quiet
Request that no status information be printed to the console during the termination.

See Also

applications, deployApp, and restartApp

Examples

Run this code
## Not run: 
# 
# # terminate an application
# terminateApp("myapp")
# ## End(Not run)

Run the code above in your browser using DataLab