Create a new portfolio to assign loans to. Notes can be assigned to a portfolio using the API when they are purhcased from the primary market.
lc_CreatePortfolio(port_name, port_desc, LC_CRED = NULL, quiet = T)
String. Name of the new portfolio
String. Portfolio description
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".
Should the response be printed to the console