remove_activity_gaps: Identify, archive and remove gaps in the activity data

View source: R/remove_activity_gaps.R

remove_activity_gapsR Documentation

Identify, archive and remove gaps in the activity data

Description

Identify, archive and remove gaps in the activity data

Usage

remove_activity_gaps(activity, act.act = NULL)

Arguments

activity

An object of class activity.

act

The activity variable to scan for gaps.

Value

An object of class activity containing $activity_gaps in which the start- and end-timestamps of the identified gaps are specified.

Examples

activity_data_gaps <- remove_activity_gaps(activity = activity_data,
                                           act = 'act_xy')

maxkroeschel/activitytools documentation built on July 31, 2023, 1:34 p.m.