Member-only story
Best R projects to finish in a weekend
4 min readMay 29, 2021
Welcome back! R is a very powerful language that is super popular in the data science field, so let’s talk about some basic projects with R that you can easily finish in a weekend. First things first, if you’re new to R please make sure to have RStudio installed on your machine, check out the link below to install R and RStudio:
With that out of the way let’s get started!
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: