AccountSummary: Return the investor's Account Summary

Description Usage Arguments Value See Also Examples

View source: R/AccountSummary.R

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 portfolio.

Usage

1
AccountSummary(LC_CRED = NULL)

Arguments

LC_CRED

Credential object having class LendingClub_credential. This object can be created using the 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 attributes are arranged by rows in the first column and the values are in the second column. The second component is the $response including a timestamp of when the data was retrieved.

See Also

LendingClub-deprecated

Examples

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

kuhnrl30/LendingClub documentation built on Jan. 1, 2020, 6:02 p.m.