Member-only story

Amazing R packages you don’t know about

Manpreet Singh
3 min readSep 2, 2021

--

Welcome back! R is an awesome language that’s used heavily in data processing/data analysis, so let’s take a look at some 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!

Tidytable

First off we have Tidytable, this is another awesome R package that allows you to have the speed of data.table with the clean syntax of tidyverse. To install this package, use the following command:

install.packages("tidytable")

If you want to learn more about 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:

--

--

Manpreet Singh
Manpreet Singh

No responses yet