Site icon R-bloggers

pelotonR

[This article was first published on #FunDataFriday - Little Miss Data, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Welcome to #FunDataFriday

A 3 minute read about a cool data resource.

Today’s #FunDataFriday article is about an R package called pelotonR.

What is it?

 

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

I created the package last year to provide a set of easy to use functions which allow the user to:

Why is it Awesome?

Well I feel a little silly answering this question because I wrote the package. But the intent around creating the package was to allow R and Peloton users easy access to their Peloton data. The package enables users to gather their Peloton data via package functions vs loosely documented API calls. It handles paging through the API call returns to create a full data set and it will also join multiple API call returns in one function (ie instructors + workouts). Finally, I tried to include some fun dataviz examples that you can do with your Peloton data (see below).

 





 

How to get Started?

Getting started is easy. Simply run through the tutorial here. Please drop me a line with your feedback!

To leave a comment for the author, please follow the link and comment on their blog: #FunDataFriday - Little Miss Data.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.