setInitFile: Set the initialization file

Description Usage Arguments Value Examples

Description

Replace the current initialization file

Usage

1

Arguments

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.

Value

ag put object stating the success of the push, or not (invisible)

Examples

1
2
3
4
5
## Not run: 
service = service("localhost","user","password")
setInitFile(service,filepath = "path/to/directory/initFile.txt")

## End(Not run)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.