Awesome underrated R packages in 2021
Welcome back! R is an awesome language that’s used heavily in data processing/data analysis, so let’s see some of the most underrated R packages that you need to know of. Now, alot of these packages range in use, but you can definitely utilize these inside of your projects, with this introduction out of the way, let’s take a look at these packages!
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:
InstallR
Next up we have InstallR, this is an awesome R package that allows you to update R easily. If you want to install this package, use the following command:
install.packages('installr')
If you want to check out more details of this package, check out the link below: