Learn R Programming

RSauceLabs (version 0.1.6)

account: 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

Run this code
## Not run: 
# myAcc <- account()
# ## End(Not run)

Run the code above in your browser using DataLab