diff --git a/09_DevelopingDataProducts/shiny/index.Rmd b/09_DevelopingDataProducts/shiny/index.Rmd index 6d0c27ec6..b9359eac2 100644 --- a/09_DevelopingDataProducts/shiny/index.Rmd +++ b/09_DevelopingDataProducts/shiny/index.Rmd @@ -60,7 +60,7 @@ diabetesRisk <- function(glucose) glucose / 200 [http://rstudio.github.io/shiny/tutorial/](http://rstudio.github.io/shiny/tutorial/) - Basically, this lecture is walking through that tutorial offering some of our insights - Note, some of the proposed interactive plotting uses of Shiny could be handled by the very simple `manipulate` function [rstudio manipulate](http://www.rstudio.com/ide/docs/advanced/manipulate) -- Also, `rCharts` is will be covered in a different lecture. +- Also, `rCharts` will be covered in a different lecture. --- ## A Shiny project