Learn R Programming

shinyapps (version 0.4.1.8)

applications: List Deployed Applications

Description

List all applications currently deployed for a given account.

Usage

applications(account = NULL, server = NULL)

Arguments

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.

Value

Returns a data frame with the following columns:
name
Name of application
url
URL where application can be accessed
config_url
URL where application can be configured

See Also

deployApp, terminateApp

Examples

Run this code
## Not run: 
# 
# # list all applications for the default account
# applications()
# 
# # list all applications for a specific account
# applications("myaccount")
# 
# # view the list of applications in the data viewer
# View(applications())
# ## End(Not run)

Run the code above in your browser using DataLab