Create an account object

Usage

account(user = Sys.getenv("SLUSER"), password = Sys.getenv("SLPASS"))

Arguments

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.

Value

returns an object of class "account".

Description

Creates a wrapper around the httr authenticate function. Adds an "account" class.

Examples

## Not run: ------------------------------------ # myAcc <- account() ## ---------------------------------------------