From 49e7389f7ad69bfc2e4c0246bd7242f1982a8d42 Mon Sep 17 00:00:00 2001 From: nnguyen <98671494+maingocnguyen@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:20:26 -0400 Subject: [PATCH] Add Base R cheatsheet (#8078) --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 71fd8f8da..b5334b17a 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -327,6 +327,7 @@ ### R * [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links) +* [Base R Cheatsheet](https://iqss.github.io/dss-workshops/R/Rintro/base-r-cheat-sheet.pdf) - Mhairi McNeill (PDF) ### Raspberry Pi