The LendingClub package is a set of functions that enables you to work with your LendingClub account from R. The package contains tools for:
You can install the stable version on CRAN:
install.packages("LendingClub")
library(LendingClub)
Or use devtools to install the development version from Github:
devtools::install_github("kuhnrl30/LendingClub")
library(LendingClub)
Read the quick start guide