Learn R Programming

fitbitScraper (version 0.1.3)

get_15_min_data: Get 15 minute interval data from fitbit.com

Description

Get 15 minute interval data from fitbit using cookie returned from login function

Usage

get_15_min_data(...)

Arguments

...
Arguments from get_intraday_data()

Value

  • A dataframe with two columns:
  • timeA POSIXct time value
  • dataThe data column corresponding to the choice of "what"

Examples

Run this code
get_15_min_data(cookie, what="steps", date="2015-01-20")
get_15_min_data

Run the code above in your browser using DataLab