reports_weekly {clockify}R Documentation

Weekly report

Description

Weekly report

Usage

reports_weekly(start, end)

Arguments

start

Start time

end

End time

Value

A data frame with a weekly summary of time entries for the specified time period.

Examples

## Not run: 
report <- reports_weekly("2022-08-01", "2022-08-08")

report %>%
  select(-duration, -amount) %>%
  unnest(projects)

## End(Not run)

[Package clockify version 0.1.4 Index]