unsetProperty | R Documentation |
Unset a property on currently deployed ShinyApps application (restoring to its default value)
unsetProperty(
propertyName,
appPath = getwd(),
appName = NULL,
account = NULL,
server = NULL,
force = FALSE
)
propertyName |
Name of property |
appPath |
Directory or file that was deployed. Defaults to current working directory. |
appName |
Name of application |
account , server |
Uniquely identify a remote server with either your
user Use |
force |
Forcibly unset the property |
This function only works for ShinyApps servers.
## Not run:
# unset application package cache property to revert to default
unsetProperty("application.package.cache")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.