time_bar_chart: Make a bar plot showing percentage of time spent on each...

Description Usage Arguments

View source: R/time_bar_chart.R

Description

Make a bar plot showing percentage of time spent on each project

Usage

1
2
3
4
5
time_bar_chart(
  report,
  project = "project",
  project_time_percent = "project_time_percent"
)

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.