R/LendingClubAccess.R

#' Shiny app for woking with a LendingClub account
#'
#' Provides an alternative method for many of the common actions taken on the
#' Lending Club website.  Investors are able to access their account summary,
#' transfer money in or out of their account, and most importantly buy and sell
#' notes.
#' @docType package
#' @import shiny
#' @import data.table
#' @import LendingClub
#' @name LendingClubAccess
NULL
kuhnrl30/LendingClubAccess documentation built on May 8, 2019, 1:36 a.m.