| Application.update | R Documentation | 
Updates the attributes of an existing application.
Application.update(client_id, env = .solveEnv, ...)
| client_id | The client ID for the application. | 
| env | (optional) Custom client environment. | 
| ... | Application attributes to change. | 
## Not run: 
Application.update(
                   "abcd1234",
                   name="New app name"
                   )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.