SetPoloniexPublicURL: Setter for REST service URL for the Poloniex public API

Description Usage Arguments Value Examples

Description

Setter for REST service URL for the Poloniex public API

Usage

1
SetPoloniexPublicURL(theObject, base.url)

Arguments

theObject

The public client API object on which the function should be called

base.url

length-one character vector. Represents the REST service URL.

Value

theObject - a copy of the object with the modified base.url slot

Examples

1
2
3
4
poloniex.public <- PoloniexPublicAPI(base.url = "https://not_working/public?")
poloniex.public <- SetPoloniexPublicURL(poloniex.public,
                                        base.url = "https://poloniex.com/public?")
GetPoloniexPublicURL(poloniex.public)

VermeirJellen/PoloniexR documentation built on May 22, 2019, 12:41 p.m.