timetrackWeek: Get the aggregated timetrack in a specific week

Description Usage Arguments Value Examples

Description

Get the aggregated timetrack in a specific week

Usage

1
timetrackWeek(weekNumber = 38, token, year = NULL, tz = "CET")

Arguments

weekNumber

The week number you wish timetracking from

token

Token obtained with signIn

year

If NULL the current year is choosen

tz

The desired timezone

Value

A data frame containing the date date, week day weekDay, project name name, time difference represented as H:M (hm) and the time difference represented as decimal hours (decHour).

Examples

1
2
token <- "123456789"
timetrackWeek(weekNumber = 38, token, year = NULL, tz = "CET")

Steensson/timeulaR documentation built on May 12, 2019, 5:39 a.m.