Description Usage Arguments Details Examples
Creating a summary of matrics an investor would find useful in evaluating their account.
1 2  | 
object | 
 data.frame of loans from DetailedNotesOwned()  | 
... | 
 currently not used  | 
At Risk Ratio calculates the percentage of outstanding principal greater thand 15 days late.
1 2 3 4 5 6 7 8 9 10 11  | ## Not run: 
summary( lc_DetailedNotesOwned( LC_CRED ))
# split notes on a variable and  run summary for each subset
holdings<- lc_DetailedNotesOwned(LC_CRED)$content
x<- lapply(split(holdings, f= holdings$portfolioName), summary)
y<- Reduce(function(...) merge(..., by= 'col_labs',  all.x= TRUE), x)
names(y)[-1]<- names(x)
y
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.