Learn R Programming

shinyapps (version 0.4.1.8)

configureApp: Configure an Application

Description

Configure an application running on a remote server.

Usage

configureApp(appName, appDir = getwd(), account = NULL, server = NULL, redeploy = TRUE, size = NULL, instances = NULL, quiet = FALSE)

Arguments

appName
Name of application to configure
appDir
Directory containing application. Defaults to current working directory.
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)
redeploy
Re-deploy application after its been configured.
size
Configure application instance size
instances
Configure number of application instances
quiet
Request that no status information be printed to the console during the deployment.

See Also

applications, deployApp

Examples

Run this code
## Not run: 
# 
# # set instance size for an application
# configureApp("myapp", size="xlarge")
# ## End(Not run)

Run the code above in your browser using DataLab