knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
Roanda is a new package that makes it incredibly easy to integrate with OANDA API.
To install the stable version from CRAN, simply run the following from an R console:
install.packages("Roanda")
To install the latest development builds directly from GitHub, run this instead:
if (!require("devtools")) install.packages("devtools") devtools::install_github("gitdek/Roanda")
To learn more we highly recommend you check out the Roanda Tutorial. The tutorial explains the framework in-depth, walks you through building a simple application, and includes extensive annotated examples.
We hope you enjoy using Roanda. For bug reports, please use the issue tracker.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.