A collection of financial stuff
over a certain period of time.
create_item( name = "Paycheck"
, amount = 1000
, day = 1
, recurring = TRUE
)
A collection of financial stuff
over a certain period of time.
create_schedule( paycheck
, rent
, internet
, car
, groceries
)
A collection of financial stuff
over a certain period of time.
create_budget( schedule
, start = as.Date("2016-09-13")
, end = as.Date("2016-12-13")
, initial = 1000
)
get_items()
for grabbing all of your items in the current environmentupdate_*
functions to quickly update your items,