Skip to content

A R wrapper for the Lending Club API. The package allows you to manage the funds in your investor account and to make trading transactions.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kuhnrl30/LendingClub

Repository files navigation

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!

About

A R wrapper for the Lending Club API. The package allows you to manage the funds in your investor account and to make trading transactions.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published