delete_nonwear: Delete accelerometer non-wear time

View source: R/non_wear.R

delete_nonwearR Documentation

Delete accelerometer non-wear time

Description

Deletes all periods marked as non-wear.

Usage

delete_nonwear(data)

Arguments

data

An impactr_data object with the wear column, as obtained with mark_nonwear().

Details

This is an internal function, designed to be used inside the wrapper function remove_nonwear() that integrates all steps of detection, removal and inspection of accelerometer non-wear time.

Value

The impactr_data object provided by data without the wear column and with the non-wear time removed.

See Also

detect_nonwear(), plot_nonwear(), mark_nonwear(), summarise_nonwear()


impactr documentation built on May 29, 2024, 6:32 a.m.