Skip to content

mganjoo/apple-health-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Data analysis examples using Apple Health data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages