R/lc_DetailedNotesOwned.R

#' @rdname lc_NotesOwned
#' @export
#'
lc_DetailedNotesOwned<- function(LC_CRED=NULL){
    LC_CRED<-CheckCred(LC_CRED)

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

    result<- LC_GET(searchURL, LC_CRED$key, margin=F)
    
    class(result)<- append("holdings", class(result))
    class(result$content)<- append("holdings", class(result$content))
    
    result

}

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.