knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Ibrokers2

The goal of Ibrokers2 is to provide an R API to Interactive Brokers via the Interactive Brokers Workstation or gateway

Installation

You can install the development version of Ibrokers2 from Github with:

library(remotes)
install_github("pverspeelt/Ibrokers2")

Example

Examples to be created!

## basic example code


pverspeelt/Ibrokers2 documentation built on May 23, 2019, 8:05 p.m.