From 36b88d2e42bfa926310980c8129bd10e355bdb99 Mon Sep 17 00:00:00 2001 From: Frederick Tan Date: Tue, 17 Sep 2024 10:09:04 -0400 Subject: [PATCH] Create separate section for R cheat sheets --- _layouts/default.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index add9723..070ff7a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -52,17 +52,18 @@
  • Lab Syllabus
  • --> - +
  • Unix
  • Git
  • Git Recipes
  • - +
  • Python and Pandas
  • Numpy
  • -
  • Plotting/matplotlib
  • -
  • R Cheat Sheet
  • -
  • ggplot2 Cheat Sheet
  • +
  • Matplotlib
  • + +
  • Base R
  • +
  • ggplot2