archiveActivity: Archive an Activity

Description Usage Arguments Value Examples

Description

Archive an Activity

Usage

1
archiveActivity(activityId = NULL, token)

Arguments

activityId

ID of an Activity, eg. 123.

token

Token obtained with signIn.

Value

Nothing is returned, just a message if the activity has been archived.

Examples

1
2
token <- "123456789"
archiveActivity(activityId = NULL token, as_df = TRUE)

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