From 6fdad4ff5682babc30eaa5128b87257c31854bca Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Tue, 2 May 2017 05:53:22 -0400 Subject: [PATCH] add r and shiny tutorial to build web app --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75621a5..06abc12 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Go](#go) * [Ruby](#ruby) * [Haskell](#haskell) +* [R](#r) * [Rust](#rust) * [Additional resources](#additional-resources) @@ -95,6 +96,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot) * [Making a Website with Haskell](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html) +## R: +* [Build Web Apps with Shiny](http://rstudio.github.io/shiny/tutorial/) + ## Rust: * A Simple Web App in Rust * [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)