h2osteam.login.RdConnect and login to an existing Enterprise Server server.
h2osteam.login( url = NA_character_, username = NA_character_, password = NA_character_, verify_ssl = TRUE, cacert = "" )
| url | Object of class |
|---|---|
| username | Object of class |
| password | Object of class |
| verify_ssl | (Optional) A |
| cacert | (Optional) Path to a CA bundle file with root and intermediate certificates of trusted CAs. |
This method will connect to the Enterprise Steam server and return a SteamConnection object that must be passed to subsequent methods.
if (FALSE) { conn <- h2osteam.login(url = "https://steam.example.com:9555", username = "AzureDiamond", password = "hunter2") }