LendingClub

A Lending Club API Wrapper


Keywords
lending-club, rstats
License
MIT

Documentation

Lending Club

Build Status Coverage status CRAN_Status_Badge DOI

Access the Lending Club API

The LendingClub package is a set of functions that enables you to work with your LendingClub account from R. The package contains tools for:

  1. Account management such as viewing the account balance
  2. Transfer funds in our out of the account
  3. Transact on your account by buying or selling notes

Installation

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)

Usage

Read the quick start guide

Credits

This packages is powered by:

License

This package is free and open source software, licensed under MIT.

Want to Contribute?

There are multiple ways you can contribute to this open source project. Add new functions, squash some bugs, work on the website, or improving the documentation are some of the ways you can help.

Pull requests are welcome!