Description Usage Arguments Examples
Returns user metadata, including userid, email, account status, etc. userid
is particularly useful since you need it for get_workouts_data
.
1 | get_my_info(dictionary = NULL, parse_dates = TRUE, ...)
|
dictionary |
A named list. Maps a data-type to a column name. If |
parse_dates |
Whether to try and guess which columns are dates and convert |
... |
Other arguments passed on to methods |
1 2 3 4 5 | ## Not run:
peloton_auth()
get_my_info()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.