Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.75 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.75 KB

Welcome to pelotonR

About the Package

The pelotonR package was created to provide users with simple access to the Peloton API through R.

The Peloton APIs are unsupported. However, there are some really great unofficial swagger docs which I used to familiarize myself with the API.


The package offers a set of easy to use functions which allow the user to:

  • Pull general Peloton data in a variety of formats
  • Authenticate with the Peloton API
  • Pull user specific data in a variety of formats when authenticated.
  • Gather full data sets in one function call without having to handle paged API calls.
  • Gather joined data sets in one function call.

Getting Started

1) Install the package


devtools::install_github("lgellis/pelotonR")

3) Extend your exploration with these awesome tutorials using the package