
Set a property on currently deployed ShinyApps application.
setProperty(propertyName, propertyValue, appPath = getwd(),
appName = NULL, account = NULL, force = FALSE)
Name of property to set
Nalue to set property to
Directory or file that was deployed. Defaults to current working directory.
Name of application
Account name. If a single account is registered on the system then this parameter can be omitted.
Forcibly set the property
# NOT RUN {
# set instance size for an application
setProperty("application.instances.count", 1)
# disable application package cache
setProperty("application.package.cache", FALSE)
# }
Run the code above in your browser using DataLab