summary.butilsAccount: Summarizing an account.

View source: R/comptabilite.R

summary.butilsAccountR Documentation

Summarizing an account.

Description

Summarizing an account.

Usage

## S3 method for class 'butilsAccount'
print(x, ...)

## S3 method for class 'butilsAccount'
summary(
  object,
  print = TRUE,
  print.title = TRUE,
  detail = 0:2,
  keep.cols = c("paid", "date", "type", "total.cost", "participant.cost"),
  digit = 1,
  start = NULL,
  stop = NULL,
  ...
)

Arguments

x

an object of class butilsAccount.

...

ignored

object

an object of class butilsAccount.

print

[logical] should the summary be printed in the console.

print.title

[logical] should the title be printed in the console.

detail

[logical] should the balance per individual (1) and by activity (2) be displayed.

keep.cols

[character vector] the columns to be displayed in the detail.

digit

[integer] the number of decimal to be displayed.

start

[date, d-m-Y] define the start of the period where the balance should be computed.

stop

[date, d-m-Y] define the end of the period where the balance should be computed.


bozenne/butils documentation built on Oct. 14, 2023, 6:19 a.m.