Learn R Programming

PoloniexR (version 0.0.1)

ReturnCurrencies: Returns information about currencies

Description

Returns information about currencies

Usage

ReturnCurrencies(theObject)

Arguments

theObject

The object on which the function should be called

Value

A dataframe with currency information - rows: Information about a single currency - columns: id, txfee, minConf, disabled, delisted, frozen

Examples

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

Run the code above in your browser using DataLab