Learn R Programming

fitbitScraper (version 0.1.1)

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

Description

Get 15 minute interval data from fitbit.com

Usage

get_15_min_data(cookie, what = "steps", date)

Arguments

cookie
Cookie returned after login, specifically the "u" cookie
what
What data you wish to be returned. Options include "steps", "distance", "floors", "active-minutes", "calories-burned"
date
Date in YYYY-MM-DD format

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