read_apple_health: Read Fitness Data From Apple Health

Description Usage Arguments Examples

Description

This function reads XML data dumps from Apple Health.

Usage

1
read_apple_health(export_zip)

Arguments

export_zip

Path to the "Export.zip" file from the Apple Health App.

Examples

1
2
3
zip_file <- system.file("example_data/Export.zip", package = "healthieR")
health_data <- read_apple_health(zip_file)
print(health_data)

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