Description Usage Arguments Value Examples
Replace the current initialization file
1 | setInitFile(service, filepath, restart = FALSE)
|
service |
Service object containing service url, username, and password |
filepath |
The filepath to your initFile (text) |
restart |
Defaults to FALSE. If TRUE, then any running shared backends will be restarted. This ensures that subsequent requests will use the new initialization file. |
ag put object stating the success of the push, or not (invisible)
1 2 3 4 5 | ## Not run:
service = service("localhost","user","password")
setInitFile(service,filepath = "path/to/directory/initFile.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.