Lending Club is a Peer-Peer lending & alternative venture.
Using tidyverse and the strength of ggplot2, making impacting visualizations.
library(tidyverse)
library(patchwork)
You can also knit the file to a html document
install.packages('tidyverse')
install.packages('patchwork')
About R Markdown - https://r4ds.had.co.nz/r-markdown.html#r-markdown-basics
Data is located as Data/LendingClub_LoanStats_2011_v2.csv
Dictionary is located as Data/LCDataDictionary.xlsx
Link to Kaggle - https://www.kaggle.com/wordsforthewise/lending-club
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.