Create the smallest bout window without metadata
Source:R/sample_data.R
make_smallest_bout_without_metadata.Rd
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
.
Examples
make_smallest_bout_without_metadata()
#> activity_counts time
#> 1 0 2012-04-07 00:00:30
#> 2 0 2012-04-07 00:01:00
#> 3 0 2012-04-07 00:01:30
#> 4 0 2012-04-07 00:02:00
#> 5 500 2012-04-07 00:02:30
#> 6 500 2012-04-07 00:03:00
#> 7 500 2012-04-07 00:03:30
#> 8 500 2012-04-07 00:04:00
#> 9 500 2012-04-07 00:04:30
#> 10 500 2012-04-07 00:05:00
#> 11 500 2012-04-07 00:05:30
#> 12 500 2012-04-07 00:06:00
#> 13 500 2012-04-07 00:06:30
#> 14 500 2012-04-07 00:07:00
#> 15 0 2012-04-07 00:07:30
#> 16 0 2012-04-07 00:08:00
#> 17 0 2012-04-07 00:08:30
#> 18 0 2012-04-07 00:09:00