knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

homeBudget

Lifecycle: stable Travis build status Coveralls test coverage

The goal of homeBudget is to make monitoring expenses easy. Keep a record of all spending in one place, in a consistent form, with custom categories.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("rkuttner7/homeBudget")

Windows users also must first install Rtools.

Resources

Vignette

For details on uploading csv statements as well as saving and loading your data see the getting-started vignette.

vignette("getting-started", package = "homeBudget")


Report Templates

Here is an example of using homeBudget to create an expense report. Feel free to use this as a template for your own budgeting. The code can be found here:

system.file(package = "homeBudget", "rmd", "budgetReport.Rmd")


Track your net income with quarterly profit and losses on your income statements. The code can be found here:

system.file(package = "homeBudget", "rmd", "incomeStatement.Rmd")

Getting help

If you encounter a clear bug, please file a minimal reproducible example on github.




rkuttner7/homeBudget documentation built on Dec. 19, 2020, 12:47 p.m.