13.1 Introduction

  • Since we have already learnt about tibbles, in this chapter we will study vectors that underlie them.

13.1.1 Prerequisites

  • Here we focus on base R data structures, hence no need to load any packages.
  • But we will a couple of functions from purrr package to avoid some inconsistencies in base R.
library(tidyverse)