overview: Plot a timesheet.

View source: R/time-plotting.R

overviewR Documentation

Plot a timesheet.

Description

Plot a timesheet.

Usage

overview(timesheet)

Arguments

timesheet

A correctly named data.table.

Value

Timesheet ggplot.

Examples

## Not run: 
timesheet <- add_entry("2021-11-04 12:30:00", "2021-11-04 13:30:00", "Eating in office hours")
timesheet <- add_entry("2021-12-04 13:30:00", "2021-12-04 16:30:00", "Powernap", timesheet)
overview(timesheet)

## End(Not run)

max607/timesheet documentation built on July 22, 2024, 4:10 p.m.