From 7503fdad9f34588ddddd7ef830fefd5a4f30e65a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 5 Apr 2015 15:25:40 -0400 Subject: [PATCH] add call to library(tidyjson) up front --- vignettes/introduction-to-tidyjson.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/vignettes/introduction-to-tidyjson.Rmd b/vignettes/introduction-to-tidyjson.Rmd index 5040c9d..65af39a 100644 --- a/vignettes/introduction-to-tidyjson.Rmd +++ b/vignettes/introduction-to-tidyjson.Rmd @@ -56,6 +56,7 @@ and the [magrittr](http://cran.r-project.org/web/packages/magrittr/index.html) ` A simple example of how tidyjson works is as follows: ```{r, message = FALSE} +library(tidyjson) # this library library(dplyr) # for %>% and other dplyr functions # Define a simple JSON array of people