knitr::opts_chunk$set(eval=FALSE)

Coming Soon!

...but here's the minimal code to start the app.

library(LendingClub)
library(LendingClubAccess)

LC_CRED<- MakeCredential("InvestorID",
                         "APIKey")
launch_app()

To open it directly in the browswer, add a few arguments to the launch function.

launch_app(host="127.0.0.1",port=5209, launch.browser = T)


kuhnrl30/LendingClubAccess documentation built on May 8, 2019, 1:36 a.m.