Description Usage Arguments Value Examples
Return a data frame of workout data
1 | get_peloton_workout_data(userid, peloton_cookie)
|
userid |
a string, the user id found in your Peloton profile |
peloton_cookie |
a string, a cookie id |
a dataframe
1 2 3 | userid <- '5749258a9eb4389fbe23821'
peloton_cookie <- get_peloton_cookie(username, password)
get_peloton_workout_data(userid, peloton_cookie)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.