diff --git a/docs/articles/data_scavenger_hunt.html b/docs/articles/data_scavenger_hunt.html index 2a33297..d419d88 100644 --- a/docs/articles/data_scavenger_hunt.html +++ b/docs/articles/data_scavenger_hunt.html @@ -105,7 +105,7 @@

Have a Dataset

This is the most important part!

Check out Building a burro app on how to build your app.

-

We’re going to use the NHANES (National Health and Nutrition Examination Survey) dataset package as our dataset.

+

We’re going to use the NHANES (National Health and Nutrition Examination Survey) dataset package as our dataset. Check out the burro app here: http://tladeras.shinyapps.io/nhanes_explore

install.packages("NHANES")

Load it up and take a look at the documentation for this dataset:

library(NHANES)
diff --git a/vignettes/data_scavenger_hunt.Rmd b/vignettes/data_scavenger_hunt.Rmd
index 01d6d3c..013356a 100644
--- a/vignettes/data_scavenger_hunt.Rmd
+++ b/vignettes/data_scavenger_hunt.Rmd
@@ -30,7 +30,7 @@ This is the most important part!
 
 Check out [Building a burro app](https://laderast.github.io/burro/articles/making_a_burro_app.html) on how to build your app.
 
-We're going to use the NHANES (National Health and Nutrition Examination Survey) dataset package as our dataset. 
+We're going to use the NHANES (National Health and Nutrition Examination Survey) dataset package as our dataset. Check out the burro app here: http://tladeras.shinyapps.io/nhanes_explore
 
 ```{r eval=FALSE}
 install.packages("NHANES")