configureApp | R Documentation |
Configure an application running on a remote server.
configureApp(
appName,
appDir = getwd(),
account = NULL,
server = NULL,
redeploy = TRUE,
size = NULL,
instances = NULL,
logLevel = c("normal", "quiet", "verbose")
)
appName |
Name of application to configure |
appDir |
Directory containing application. Defaults to current working directory. |
account , server |
Uniquely identify a remote server with either your
user Use |
redeploy |
Re-deploy application after its been configured. |
size |
Configure application instance size |
instances |
Configure number of application instances |
logLevel |
One of |
This function works only for ShinyApps servers.
applications()
, deployApp()
## Not run:
# set instance size for an application
configureApp("myapp", size="xlarge")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.