currentTracking: Show current tracking

Description Usage Arguments Value Examples

Description

Show current tracking

Usage

1
currentTracking(token, as_df = TRUE, tz = "CET")

Arguments

token

Token obtained with signIn

as_df

If TRUE a data frame is returned, if FALSE a list is returned.

tz

Desired timezone

Value

A data frame or list with id, name, color, integration, started at and note of current tracking.

Examples

1
2
token <- "123456789"
currentTracking(token, as_df = TRUE, tz = "CET")

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