extract_records: Extracts All Records from the Fitness Data

Description Usage Arguments See Also Examples

Description

Extracts All Records from the Fitness Data

Usage

1
extract_records(fitness_data)

Arguments

fitness_data

Fitness data created with [read_apple_health](read_apple_health)

See Also

Other extraction_functions: extract_export_time, extract_personal_info, extract_steps, extract_weight

Examples

1
2
3
library(dplyr)
data_file <- system.file("example_data/Export.zip", package = "healthieR")
read_apple_health(data_file) %>% extract_records

paulstaab/healthieR documentation built on May 24, 2019, 10:33 p.m.