timetrackDay: Get the aggregated timetrack on a specific day

Description Usage Arguments Value Examples

Description

Get the aggregated timetrack on a specific day

Usage

1
timetrackDay(day = as.POSIXct("2017-09-21", tz = "CET"), token, tz = "CET")

Arguments

day

A POSIX object of the day one wishes to get time tracking from

token

Token obtained with signIn

tz

The desired timezone

Value

A data frame with activity name (name), time difference in minutes (timeDiff), time difference represented as H:M (hm) and the time difference represented as decimal hours (decHour).

Examples

1
2
3
token <- "123456789"
day <- as.POSIXct("2017-09-21", tz = "CET")
timetrackDay(day, token, tz = "CET")

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