R/data-incomeExample.R

#' Home budget sample income data
#'
#' This data is a sample of income history.
#'
#' @format A data.table with 2 rows and 4 variables
#' \describe{
#' \item{DateStart}{date employment began for given pay rate}
#' \item{DateEnd}{date that employment ended for given pay rate}
#' \item{Amount}{post tax dollars earned over the date range}
#' \item{Category}{text describing the company of employment and position at that time}
#' }
#' @examples
#' incomeExample
"incomeExample"
rkuttner7/homeBudget documentation built on Dec. 19, 2020, 12:47 p.m.