knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("rkuttner7/homeBudget")
Windows users also must first install Rtools.
For details on uploading csv statements as well as saving and loading your data see the getting-started
vignette.
vignette("getting-started", package = "homeBudget")
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")
If you encounter a clear bug, please file a minimal reproducible example on github.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.