Surviving in the R Environment

R is not only a programming language but also a programming shell with read-eval-print loop (REPL). The shell is how most people use R. But when you drill deeper, knowing more about what’s working behind the scenes is handy. In this post, you will learn:

  • How to manage variables in R
  • How to manage packages in R

Let’s get started.

Surviving in the R Environment.
Photo by Claudio Schwarz. Some rights reserved.

Overview

This post is divided into three parts; they are: