Learn R Programming

PoloniexR (version 0.0.1)

GetPoloniexPublicURL,PoloniexPublicAPI-method: Returns REST service URL for the Poloniex Public API

Description

Returns REST service URL for the Poloniex Public API

Usage

# S4 method for PoloniexPublicAPI
GetPoloniexPublicURL(theObject)

Arguments

theObject

The object on which the function should be called

Value

base.url - a length-one character vector. Represents the Poloniex public API service base url.

Examples

Run this code
# NOT RUN {
poloniex.public <- PoloniexPublicAPI()
GetPoloniexPublicURL(poloniex.public)
# }

Run the code above in your browser using DataLab