Learn R Programming

fitbitScraper (version 0.1.5)

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:
time
A POSIXct time value
data
The data column corresponding to the choice of "what"

Examples

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

Run the code above in your browser using DataLab