make_smallest_bout_without_metadata: Create the smallest bout window without metadata

View source: R/sample_data.R

make_smallest_bout_without_metadataR Documentation

Create the smallest bout window without metadata

Description

This function creates the smallest bout window without the metadata columns. It calls the make_smallest_bout function and then removes the columns "non_wearing", "complete_day", and "bout" using dplyr::select.

Usage

make_smallest_bout_without_metadata()

Value

A data frame containing the smallest bout window without metadata.

Examples

make_smallest_bout_without_metadata()

walkboutr documentation built on May 29, 2024, 2:58 a.m.