summarytc: Summarize the timecard by date and client

Description Usage Arguments Value

View source: R/summarytc.R

Description

Summarizes the results of your hard work by day for the current week

Usage

1
2
3
4
5
6
summarytc(
  pn = F,
  description = F,
  timecardobject = timecard,
  flag_date = Sys.Date()
)

Arguments

pn

boolean FALSE (default) or TRUE to include the dimension in the summary table

description

boolean FALSE (default) or TRUE to include the dimension in the summary table

timecardobject

adds the timecard dataframe to the function

flag_date

For current week leave as default. A different date can be added if needed.

Value

The summary table showing the current week by default but the argument 'flag_date' can be utilized to show any other date that has been recorded in the timecard object.


benrwoodard/timecardassistant documentation built on June 12, 2021, 11 p.m.