Description Usage Arguments Value Examples
Setter for REST service URL for the Poloniex public API
1 | SetPoloniexPublicURL(theObject, base.url)
|
theObject |
The public client API object on which the function should be called |
base.url |
length-one character vector. Represents the REST service URL. |
theObject - a copy of the object with the modified base.url slot
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.