R/data-categoryPatternsExample.R

#' Home budget sample spending category patterns
#'
#' This data is a sample of categories for breaking
#' down expenses. Each group contains a string
#' of patterns matching the description in the credit
#' card statetement.
#'
#' @format A list with 9 named character vectors
#' \describe{
#' \item{Grocery}{Food shopping}
#' \item{Housing}{Rent, home repair, home insurance, mortgage installments}
#' \item{Entertainment}{Discretionary spending (excluding meals)}
#' \item{Restaurant}{Discretionary spending for meals}
#' \item{Travel}{Vacation expenses, airfare, hotel}
#' \item{Utilities}{water, sewer, garbage, gas, electric, cable, internet}
#' \item{Transportation}{Vehicle maitenence, fuel, automotive insurance,
#' licensing fees, bus fare}
#' \item{Donation}{Charitable giving}
#' \item{Medical}{Medical & Dental health insurance: fixed monthly premiums,
#' out-of-pocket expenses, emergency visits}
#' }
#' @examples
#' categoryPatternsExample
"categoryPatternsExample"
rkuttner7/homeBudget documentation built on Dec. 19, 2020, 12:47 p.m.