
Last chance! 50% off unlimited learning
Sale ends in
List all applications currently deployed for a given account.
applications(account = NULL, server = NULL)
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.
Returns a data frame with the following columns:
id |
Application unique id |
name |
Name of application |
url |
URL where application can be accessed |
|
Current status of application. Valid values are pending ,
deploying , running , terminating , and terminated |
size |
Instance size (small, medium, large, etc.) (on ShinyApps.io) |
instances |
Number of instances (on ShinyApps.io) |
config_url |
URL where application can be configured |
Other Deployment functions:
deployAPI()
,
deployApp()
,
deployDoc()
,
deploySite()
,
deployTFModel()
# 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())
# }
Run the code above in your browser using DataLab