The first coding language I ever learned was R. I picked it up quickly, and my knowledge of R has definitely helped me while learning python. I’ve found R and python in the way French and Italian are similar- while there are certainly differences, they have a good deal in common. In honor of the release of R version 4.0.3 (amazingly titled ‘Bunny-Wunnies Freak Out’) on Saturday, I’ve complied some of my favorite resources for R, as well as a few extra non-language specific but helpful resources. All of these resources are not only fantastic, they’re also free! I hope you find them as helpful as I do!

First up, we have R itself, which can be found at R: The R Project for Statistical Computing. In case you didn’t know, R is free, and incredibly powerful statistics and coding software. To install, go to the CRAN page, and choose the location that is closest to you. R is available for all three main systems; Mac, Windows, and Linux. R is great, but the easiest way to use it is to also get…

RStudio!

RStudio is an Integrated Development Environment, or IDE. Like R, it is free. Basically, if R is a typewriter, RStudio is a word processor. It makes life much easier; with RStudio you can edit code, run single code chunks, get alerts when your syntax is incorrect (one of the most common sources of errors), utilize packages (more on those later), and get easy access to help pages. It can be downloaded here; just choose ‘Download RStudio Desktop’. There are online versions of RStudio, but those do have an associated cost.

Image for post

Moving on to packages! There are over 10,000 packages available for R, and I could write multiple posts. Starting off though, there are a few that are particularly helpful to showcase.

First is tidyverse. Even if you’ve never used R, you may well have heard of tidyverse. This core group of packages are ones I use on a daily basis. tidyr (for data cleaning), dplyr (for data manipulation), ggplot2 (for beautiful visualizations), hms and lubridate (for any date or time data) and more, will be your foundation starting out. This should be your first install after R and RStudio. 100/10.

Swirl is excellent, because it teaches you how to use R, in R. Once you have the package loaded and opened, you can choose from a variety of tutorials, and even download extra courses from the GitHub repository. It’s a fantastic way to familiarize yourself with R. The only caveat is that swirl runs solely in the console, and is not very RStudio Notebook friendly. I would still recommend using it in the console with RStudio, it’s just something to be aware of. If you’re just starting to learn R, you need this package.

The last two are fairly basic, but no less useful. Stats contains basic statistical functions, and datasets has datasets to play with when you’re getting started.

The book R Packages, by Hadley Wickham and Jennifer Bryan, is also helpful for finding a particular package to fit your needs, as is Google. And with that, let’s move on to books!

#rstudio #data-visualization #r #data-science #developer

Getting Started with R and RStudio
8.95 GEEK