Description Usage Arguments Value Examples
View source: R/get_activity_data.R
Get activity data from fitbit using cookie returned from login function
1 | get_activity_data(cookie, end_date)
|
cookie |
Cookie returned after login, specifically the "u" cookie |
end_date |
Date in YYYY-MM-DD format |
A dataframe with raw output from Fitbit
1 2 3 4 5 | ## Not run:
get_activity_data(cookie, end_date="2015-01-20")
## End(Not run)
get_activity_data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.