Skip to content

Commit

Permalink
Create separate section for R cheat sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsort committed Sep 17, 2024
1 parent 3aef507 commit 36b88d2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,18 @@
<li><a href="/cmdb-quantbio/resources/syllabi/lab/index.html">Lab Syllabus</a></li>
<li role="separator" class="divider"></li>
-->
<li class="dropdown-header">Command line Reference Sheets</li>
<li class="dropdown-header">Unix and Git References</li>
<li><a href="/cmdb-quantbio/resources/references/unix.html">Unix</a></li>
<li><a href="/cmdb-quantbio/resources/references/git.html">Git</a></li>
<li><a href="/cmdb-quantbio/resources/references/git_recipes.html">Git Recipes</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Python & R Cheatsheets</li>
<li class="dropdown-header">Python References</li>
<li><a href="/cmdb-quantbio/resources/references/python.html">Python and Pandas</a></li>
<li><a href="/cmdb-quantbio/resources/references/numpy.html">Numpy</a></li>
<li><a href="/cmdb-quantbio/resources/gallery/README.html">Plotting/matplotlib</a></li>
<li><a href="https://iqss.github.io/dss-workshops/R/Rintro/base-r-cheat-sheet.pdf">R Cheat Sheet</a></li>
<li><a href="https://rstudio.github.io/cheatsheets/html/data-visualization.html">ggplot2 Cheat Sheet</a></li>
<li><a href="/cmdb-quantbio/resources/gallery/README.html">Matplotlib</a></li>
<li class="dropdown-header">R References</li>
<li><a href="https://iqss.github.io/dss-workshops/R/Rintro/base-r-cheat-sheet.pdf">Base R</a></li>
<li><a href="https://rstudio.github.io/cheatsheets/html/data-visualization.html">ggplot2</a></li>
</ul>
</li>

Expand Down

0 comments on commit 36b88d2

Please sign in to comment.