readLendingClubStats: Loads Lending Club Stats into a data.frame.

Description Usage Arguments Value Examples

Description

Note that this discards loand which do not meet the credit policy.

Usage

1

Arguments

path

the path to the LendingClub stats.

Value

data.frame of Lending Club Stats.

Examples

1
2
3
lcstats <- readLendingClubStats(system.file('sample/LoanStatsNew.csv', package='p2plending'))
message(nrow(lcstats))
stopifnot(nrow(lcstats) == 5)

yoni/p2plending documentation built on May 4, 2019, 5:31 p.m.