From 8fe18f2e53856119afdeac6cfe5dee4282ee79e9 Mon Sep 17 00:00:00 2001 From: Oscar Baruffa <16580713+oscarbaruffa@users.noreply.github.com> Date: Sun, 28 May 2023 07:06:09 +0200 Subject: [PATCH] Add Big Book of R Add to R resources list. Big Book of R is the most comprehensive collection of free R programming books available. All open sourced. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d55188..c5147ee 100644 --- a/README.md +++ b/README.md @@ -1109,6 +1109,8 @@ A trove of carefully curated resources and links (on the topics of software, pla [A Comprehensive Guide to Data Visualisation in R for Beginners](https://towardsdatascience.com/a-guide-to-data-visualisation-in-r-for-beginners-ef6d41a34174) [An R Introduction to Statistics | R Tutorial](http://www.r-tutor.com/) + + [Big Book of R | Over 350 free R open-source books](https://www.bigbookofr.com/) [Data Manipulation with dplyr | R-bloggers](https://www.r-bloggers.com/data-manipulation-with-dplyr/)