Learn R Programming

LendingClub (version 2.0.0)

lc_AvailableCash: Return investor's available cash

Description

Retrieves the available cash in the user's account. Cash commited to open buy orders is excluded from the total.

Usage

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