get_activity_data {fitbitScraper} | R Documentation |
Get activity data from fitbit.com
Description
Get activity data from fitbit using cookie returned from login function
Usage
get_activity_data(cookie, end_date)
Arguments
cookie |
Cookie returned after login, specifically the "u" cookie |
end_date |
Date in YYYY-MM-DD format |
Value
A dataframe with raw output from Fitbit
Examples
## Not run:
get_activity_data(cookie, end_date="2015-01-20")
## End(Not run)
get_activity_data
[Package fitbitScraper version 0.1.8 Index]