Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 895 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 895 Bytes

Apple Health Data Analysis Examples

This repo contains some example scripts that use Apple Health data to produce visualizations and reports.

Prerequisites

Use the apple-health-exporter script to produce a dump of Apple Health data in this directory named data.feather. All scripts rely on the data being present in this directory under this exact name.

To run the Shiny apps included here, import the shiny library.

library(shiny)
runApp("plotHeartRate.R")

Examples