#' Loan data
#'
#' @details These data were downloaded from the Lending Club
#' access site (see below) and are from the first quarter of 2016.
#' A subset of the rows and variables are included here. The
#' outcome is in the variable `Class` and is either "good" (meaning
#' that the loan was fully paid back or currently on-time) or "bad"
#' (charged off, defaulted, of 21-120 days late). A data dictionary
#' can be found on the source website.
#'
#' @name lending_club
#' @aliases lending_club
#' @docType data
#' @return \item{lending_club}{a data frame}
#'
#' @source Lending Club Statistics https://www.lendingclub.com/info/download-data.action
#'
#' @keywords datasets
#' @examples
#' data(lending_club)
#' str(lending_club)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.