Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 772 Bytes

NEWS.md

File metadata and controls

21 lines (16 loc) · 772 Bytes

fitbitScraper 0.1.3

  • Changed the API calls to match changes on fitbit end of things.

fitbitScraper 0.1.2

  • Added get_sleep_data()
  • Added get_premium_export()
  • Changed output column of get_daily_data(), get_15_min_data(), and get_weight_data() to correspond to the data type requested... for example: "weight" instead of "data"", "steps" instead of "data"
  • Added heart-rate for get_15_min_data() and get_daily_data()
  • added get_intraday_data()
  • Deprecated get_15_min_data(), use get_intraday_data() instead

fitbitScraper 0.1.1

  • Basic checks included for arguments
  • tz added to the return dataframes as.POSIXct date field
  • documentation cleanup

fitbitScraper 0.1

  • No error checking
  • Three functions: login, get_daily_data, get_15_min_data