Create a handle to a montagu server
montagu_server(name, host, port = 443, username = NULL, password = NULL, verbose = FALSE, global = TRUE, overwrite = FALSE)
| name | The name to call this server. This appears in a few
places as a "friendly" name. If |
|---|---|
| host | The hostname of the server |
| port | The port the server is running on (default is 443 which is the standard https port) |
| username | The username. If not given, then on
authorisation, the user will be prompted. Falls back on the R
global options |
| password | The password. If not given, then on
authorisation, the user will be prompted. Falls back on the R
global options |
| verbose | Logical, indicating if verbose http communication should be used. This is for debugging only. |
| global | Logical, indicating if the server should be stored
in the global set. If true then you can pass |
| overwrite | Logical, and meaningful only if |
Invisibly, a montagu_server object.