account: Create an account object

Description Usage Arguments Value Examples

View source: R/init.R

Description

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

Usage

1
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

1
2
3
4
## Not run: 
myAcc <- account()

## End(Not run)

RSauceLabs documentation built on May 2, 2019, 2:08 a.m.