reports_weekly: Weekly report

View source: R/reports.R

reports_weeklyR Documentation

Weekly report

Description

Weekly report

Usage

reports_weekly(start, end, extra_args = list())

Arguments

start

Start time

end

End time

extra_args

Extra arguments to be passed to the API. Example: extra_args = list(rounding = TRUE).

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)

clockify documentation built on Jan. 9, 2026, 9:06 a.m.