Description Usage Arguments Details Value
Various plotting functions to show assets, accounts, budgets, etc. over different time periods.
ledger |
Data frame ledger. The ledger where each row is a transaction
and with columns for |
file |
The path for the ledger for loading and saving. Has an underlying
default that needs to be changed in the |
from |
Boundaries on the ledger dates. Requires Date class. |
to |
Boundaries on the ledger dates. Requires Date class. |
yr |
Year, month, day. When one of these is |
mo |
Year, month, day. When one of these is |
budget.category |
A character vector of budget category names. |
All Plot
functions show the dollar amounts over some
specified time. Change
shows the monthly adjustment to the ledger
(i.e., income and spending per month) while Cumulative
shows the
total amounts up until that month. Assets
combines all accounts,
while Accounts
splits each financial account up for viewing.
The
Budget
series shows amounts for each budget category. History
shows all months in the ledger, while plotBudgetsBar
allows the user
to input a specific month and give breakdowns of spending compared to the
set budget values. This defaults to the current month. This takes a
character vector of budget category names. This can be a custom list such
as c("Entertainment", "Food")
, or you can use the package functions
viewBudgetCategoriesAll()
, viewBudgetCategoriesSpending()
, or
viewBudgetCategoriesReal()
. plotBudgetsPie
combines all the
budgets and shows the amount spent and remaining next to the days left in
the month for easy visual tracking of progress.
ggplot
object, which is automatically printed if not stored in
a variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.