#' Home budget sample credit card data
#'
#' This data is a sample of purchasing data.
#'
#' @format A data.table with 46 rows and 3 variables
#' \describe{
#' \item{PostingDate}{date the credit card transaction is posted to
#' the card holder's account, typically the same as the date of the
#' transaction}
#' \item{Description}{text describing the company purchased from}
#' \item{Amount}{dollars posted to card balance}
#' }
#' @examples
#' creditCardExample
"creditCardExample"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.