From 724c93ea7105ee53dac1682f22bb57bc89d8da91 Mon Sep 17 00:00:00 2001 From: OmaymaS Date: Mon, 16 May 2016 17:35:28 +0200 Subject: [PATCH] fix typo (remove is) --- 09_DevelopingDataProducts/shiny/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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