#' @title \code{"example_data"}: An Example Data
#'
#' @description A data containing information about 900 borrowers. It is a
#' modified version of publicly available real data.
#'
#'
#'
#' @format A data frame with 100 rows and 3 variables:
#' \describe{
#' \item{a}{A series of parameter \eqn{a}}
#' \item{b}{A series of parameter \eqn{b}}
#' \item{c}{A series of parameter \eqn{c}}
#' }
#'
#' @examples
#' data("example_data")
#' plot(example_data$a~example_data$b)
#' grid()
#'
#'
#' @source \url{https://github.com/riazakhan94/straightline}
"example_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.