lc_AccountSummary: Return the investor's Account Summary

Description Usage Arguments Value Examples

Description

Access the user's account and return the summary data. The data points include available cash, total account balance, and the number of notes in the account

Usage

1

Arguments

LC_CRED

Credential object having class LendingClub_credential. This object can be created using the lc_MakeCredential() function. You can pass the object directly as an argument to the function or alternatively, it can be read from the global environment if it was stored as "LC_CRED".

Value

Object of class LendingClub_api. The object has two components. The first is $content with a data.frame of attributes of the invenstor's account such as available cash and value of the portfolios. The data arranged as a 1 row data.frame with an attribute in each column. The second component is the $response including a timestamp of when the data was retrieved.

Examples

1
2
3
4
## Not run: 
LC_CRED<- lc_MakeCredential(InvestorID, APIKey)
lc_AccountSummary()
## End(Not run)

LendingClub documentation built on May 1, 2019, 9:14 p.m.