Awesome R projects you can finish in an hour!

Manpreet Singh
4 min readOct 27, 2021

Welcome back! R is an awesome programming language with a ton of capability, if want to learn more about R, check out their website below:

So, let’s talk about some awesome R projects you can finish in less than an hour.

Scraping Reddit Data In R:

Starting off we have a pretty basic data scraping project, we essentially extract raw data from Reddit using the JSON version of Reddit, check out the link below to view the entire project:

This project is a very strong beginner project, it shows how to extract JSON data from websites, storing those JSON files into variables and even…

--

--