View source: R/prep_minute_data.R
prep_minute_data | R Documentation |
prep_minute_data
prep_minute_data(fitabase_files)
fitabase_files |
the output list of |
Prepare minute data
A tibble containing id
| time
| HR
| steps
| intensity
.
## Not run: minute_data <- prepare_minute_data(fitabase_files) minute_data %>% mutate(hour = hour(time), weekday = wday(as.Date(time), label = TRUE)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.