process_report: Add together two numbers

Description Usage Arguments

View source: R/process_report.R

Description

Add together two numbers

Usage

1
2
3
4
5
6
7
8
9
process_report(
  report,
  task_description = "description",
  start_time = "start",
  end_time = "end",
  duration = "dur",
  client = "client",
  project = "project"
)

Arguments

report

a dataframe of time tracking summary stats from togglr API or website.


karissawhiting/togglvis documentation built on March 11, 2020, 6:36 a.m.