I have been tracking some of my biometric data in Apple Health Kit since 2014. Some benefits of Healthkit are:
- Central repository of health data where many apps can augment:
- Myfitnesspal for nutritional info
- Caffine Tracker Apps
- Central repository where devices can augment and interact:
- The Apple Watch is very easy to wear and it collects some useful activity metrics
- Bluetooth heart rate monitors
- UP24 for sleep monitoring
Healthkit is great to collect data and it does allow a complete export of the data in XML though the format is hard to work with. Recently a new iOS app called QS Access was released which exports health data in a simple CSV file format. This now makes it very easy to create Biometric dashboards using R Studio. This presentation documents some of my initial results.