R/data-creditCardExample.R

#' 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"
rkuttner7/homeBudget documentation built on Dec. 19, 2020, 12:47 p.m.