account {RSauceLabs} | R Documentation |
Creates a wrapper around the httr authenticate
function. Adds an "account" class.
account(user = Sys.getenv("SLUSER"), password = Sys.getenv("SLPASS"))
user |
The SauceLabs user. By default an environmental variable "SLUSER" is looked for. |
password |
The SauceLabs password for user. By default an environmental variable "SLPASS" is looked for. |
returns an object of class "account".
## Not run: myAcc <- account() ## End(Not run)