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

citiR

The goal of citiR is to ...

Installation

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bill-ash/citiR")

Authentication

Sign up with a developer account at the Citi Developer Hub site.

Two methods of authentications using basic OAuth2:

After signing in create an app with a redirect URI.

For local testing, set http://localhost as the redirect URI or any other desired DNS if you plan on enabeling three legged authentication.



bill-ash/citiR documentation built on Nov. 14, 2019, 12:12 a.m.