report: Reference class for storing report settings and plotting it

Description Usage Format Examples

Description

Reference class for storing report settings and plotting it

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Examples

1
2
3
4
5
6
7
## Not run: 
cats <- bdg$getCategories()
cats <- cats[grepl("Wydatki:", names(cats))]
expenses <- report$new(bdg, "Wydatki", "table", "ParCat", "Month",
                       bdg$getAccounts(), cats,
                       as.Date(c("2017-10-31", "2018-03-31")))
## End(Not run)

daniel-rodak/budgetr documentation built on May 25, 2019, 4:22 p.m.