Learn R Programming

LendingClub (version 2.0.0)

lc_DetailedNotesOwned: Listing of investor's loans

Description

Access the user's account and return a dataframe of the investor's notes owned.

Usage

lc_DetailedNotesOwned(LC_CRED = NULL)

lc_NotesOwned(LC_CRED = NULL)

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

Details

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.