Awesome R Packages You Don’t Know About

Manpreet Singh
3 min readAug 30, 2022

Welcome back! R is an awesome programming language for data science/data analytics projects, so, let’s take a look at some awesome R packages you don’t know about!

Plumber

Starting off we have Plumber, this package allows you to create web API’s by literally just decorating your R source code. To install this package use the following command:

install.packages("plumber")

If you want to check out the full details of this package, check out the link below:

Beepr

Next up we have Beepr, this is an awesome package that essentially plays a beep when you use the beep() command. To install this package, use the following command:

install.packages("beepr")

If you want to get more information about this package, check out the link below:

--

--