Skip to content

Resources for analysing personal 'quantified self' data

Notifications You must be signed in to change notification settings

robSafar/quantifiedSelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantifiedSelf

Resources for analysing personal 'quantified self' data

Notes

  • Cleaning, processing and analysis executes from the report.Rmd file. A fair amount of code is run from separate .R files for ease of development, but that code can just as easily be pasted into the .Rmd file replacing the respective source() lines.
  • Monitored data loads from iCloud Drive folder, after being created using the iOS Workflow app.
  • Now integrates iOS Health/Activity data - archive should load from ~/Downloads folder.
    • As this involves loading from a sizeable .xml file, processing might now take a couple of minutes.
  • The .gitignore file is used to omit the data and output from this repository. This is an open methodology project, rather than open data.

Requirements

  • R
    • ggplot2 package for plotting graphics
    • knitr package for weaving the R Markdown analysis
    • lubridate
    • reshape2
    • XML

About

Resources for analysing personal 'quantified self' data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages