Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 658 Bytes

A package with the historical loan data from Lending Club. The site refreshes it's loan data 6 weeks after the end of each quarter. This package will be refreshed periodically to capture the new data as it is published.

Installation

devtools::install_github("kuhnrl30/LendingClubData")

Getting the Data

You can view the code used to download the data at the the link below or by reading the vignette.

vignette("LendingClubData")

Build Status