Update vectors.Rmd (#474)

hide message
This commit is contained in:
Jakub Nowosad 2016-10-17 21:07:11 -04:00 committed by Hadley Wickham
parent 8ee35330f7
commit 3759e4b354
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Vectors are particularly important as most of the functions you will write will
The focus of this chapter is on base R data structures, so it isn't essential to load any packages. We will, however, use a handful of functions from the __purrr__ package to avoid some inconsistences in base R.
```{r}
```{r setup, message = FALSE}
library(tidyverse)
```