account {RSauceLabs}R Documentation

Create an account object

Description

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

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".

Examples

## Not run: 
myAcc <- account()

## End(Not run)

[Package RSauceLabs version 0.1.6 Index]