showProperties {rsconnect} | R Documentation |
Show Application property
Description
Show propreties of an application deployed to ShinyApps.
Usage
showProperties(appPath = getwd(), appName = NULL, account = NULL)
Arguments
appPath |
Directory or file that was deployed. Defaults to current working directory. |
appName |
Name of application |
account |
Account name. If a single account is registered on the system then this parameter can be omitted. |
Note
This function works only for ShinyApps servers.
[Package rsconnect version 0.8.28 Index]