/budgetr

Easy budgeting in R

Primary LanguageRGNU General Public License v3.0GPL-3.0

budgetr

Build Status Coverage Status

Thanks for stopping by!

What is budgetr?

budgetr, as you might have guessed, is an R package that helps you easily create budgets.

Installing budgetr

You can install budgetr using the following code:

if (!require(devtools)) install.packages("devtools")
install_github("derek-damron/budgetr")

Introductory Vignette

Check out the introductory vignette for a quick introduction to using budgetr!