Description Usage Arguments Details Value
Grabs information from the ledger.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | viewAssets(ledger = viewLedger(file = file), file = viewLedgerFile(),
from = as.Date("1900-01-01"), to = componentsToDate(),
suppress = TRUE)
viewBudgets(suppress = FALSE)
viewBudgetCategoriesAll(suppress = TRUE)
viewBudgetCategoriesSpendingSmall(suppress = TRUE)
viewBudgetCategoriesSpending(suppress = TRUE)
viewBudgetCategoriesReal(suppress = TRUE)
viewAccountCategories(ledger = viewLedger(file = file),
file = viewLedgerFile(), accounts = NULL, formal = FALSE,
suppress = TRUE)
|
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. |
suppress |
Prevents it from printing to the console. All low-level
functions default to |
viewAssets
simply prints the current values for each account
by summing the values of each account.
viewBudgets
returns the
budget categories and their allowed amounts per month.
viewBudgetCategories
grabs the levels of the factor column
budget.category
, while viewBudgetCategoriesReal
ignores the
categories without explicit budget levels, like discretionary spending, and
viewBudgetCategoriesSpending
is the same, but also discards expected
income, and viewBudgetCategoriesSpendingSmall
elminiates categories
with spending outside one standard deviation of all the budgeted
amounts.
viewAccountCategories
provides the factor names from the
ledger that correspond to the account categories.
Character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.