Access the user's account and return a dataframe of the investor's notes owned.
lc_DetailedNotesOwned(LC_CRED = NULL)lc_NotesOwned(LC_CRED = NULL)
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".
The lc_DetailedNotesOwned)
function returns nearly
the same variables as lc_NotesOwned()
. As the name suggests, the function
returns additional information about the notes owned including datapoints
on the purpose, portfolio, and the payment history.