Introduction
- Since we have already learnt about tibbles, in this chapter we will study vectors that underlie them.
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.