Description Usage Arguments Value Examples
Prepares lending club stats for analysis.
1 2 | prepare(lending_club_stats,
date_field_format = "%Y-%m-%d")
|
lending_club_stats |
data.frame of lending club stats |
date_field_format |
format of the date fields. This differs between the personal notes and the LC stats |
lending_club_stats with types set and derived fields calculated
1 2 3 | data(LoanStatsNew)
dat <- prepare(LoanStatsNew)
stopifnot('charged_off' %in% names(dat))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.