From 3759e4b3543ea8af7ced66c98d0451a0d972cb66 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Mon, 17 Oct 2016 21:07:11 -0400 Subject: [PATCH] Update vectors.Rmd (#474) hide message --- vectors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectors.Rmd b/vectors.Rmd index 4a02dc9..cd57e12 100644 --- a/vectors.Rmd +++ b/vectors.Rmd @@ -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) ```