From b3ea359071f964e430135a1b1aaa2df1f70439d1 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 25 Oct 2018 20:48:53 -0400 Subject: [PATCH] Added resources for learning R (#24926) --- guide/english/r/index.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/guide/english/r/index.md b/guide/english/r/index.md index a165dd89e3..d412c5cdaa 100644 --- a/guide/english/r/index.md +++ b/guide/english/r/index.md @@ -18,16 +18,19 @@ Now install it on your computer. For help in installation refer to reference sec * [Shiny](https://shiny.rstudio.com/) framework for building dashboard style web apps in R. ## Where to learn R for free - * [R Studio](https://www.rstudio.com/online-learning/) - * [Code school](http://tryr.codeschool.com/) - * [Coursera -allows to audit course for free but certification is paid.](https://www.coursera.org/learn/r-programming) - * [DataCamp -allows to complete the introductory part for free.](https://www.datacamp.com) - * [R for Data Science -is a book which is available free to read online.](http://r4ds.had.co.nz/) - * [Mastering Software Development in R -is a free e-book addressing the Tidyverse among other topics](https://bookdown.org/rdpeng/RProgDA/) - * [edX -allows to audit course for free but certification is paid.](https://www.edx.org/learn/r-programming) - * [Advanced R](https://adv-r.hadley.nz/) - * [RSeek](http://rseek.org/) - * [Udemy](https://www.udemy.com/r-basics/) + +* [R Studio](https://www.rstudio.com/online-learning/) +* [Code school](http://tryr.codeschool.com/) +* [Coursera -allows to audit course for free but certification is paid.](https://www.coursera.org/learn/r-programming) +* [DataCamp -allows to complete the introductory part for free.](https://www.datacamp.com) +* [R for Data Science -is a book which is available free to read online.](http://r4ds.had.co.nz/) +* [Mastering Software Development in R -is a free e-book addressing the Tidyverse among other topics](https://bookdown.org/rdpeng/RProgDA/) +* [edX -allows to audit course for free but certification is paid.](https://www.edx.org/learn/r-programming) +* [Advanced R](https://adv-r.hadley.nz/) +* [RSeek](http://rseek.org/) +* [Udemy](https://www.udemy.com/r-basics/) +* [Quick R](https://www.statmethods.net) +* [Swirl Courses](https://swirlstats.com) ## Reference * [Installing R on Windows](http://youtu.be/Ohnk9hcxf9M)