Create a data frame of walking bouts with GPS data
Source:R/sample_data.R
make_full_walk_bout_df.Rd
This function combines accelerometer and GPS data to create a data frame of walking bouts.
It generates a full day of activity with bouts of minimum and non-bout periods, and GPS data for walking in Seattle.
The accelerometer data is processed into bouts using the process_accelerometry_counts_into_bouts
function.
The GPS data is processed into epochs using the process_gps_data_into_gps_epochs
function.