R/lc_PortfoliosOwned.R

#' Listing of investor's portfolios
#'
#' Provides a dataframe of all portfolios owned by the investor.
#' @inheritParams lc_AccountSummary
#' @export
lc_PortfoliosOwned<- function(LC_CRED=NULL){

    LC_CRED<-CheckCred(LC_CRED)

    searchURL<- MakeURL(LC_CRED$investorID,"portfolios")

    LC_GET(searchURL, LC_CRED$key, margin = F)

    }

Try the LendingClub package in your browser

Any scripts or data that you put into this service are public.

LendingClub documentation built on May 1, 2019, 9:14 p.m.