Thanks for stopping by!
budgetr, as you might have guessed, is an R package that helps you easily create budgets.
You can install budgetr using the following code:
if (!require(devtools)) install.packages("devtools")
install_github("derek-damron/budgetr")
Check out the introductory vignette for a quick introduction to using budgetr!