Skip to content

Commit

Permalink
Update 06_additional.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsandberries authored Jan 9, 2024
1 parent f4d44bf commit 40aa3c0
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions IntroR_Materials/introR_pt2/06_additional.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ title: Additional resources


## Additional Resources
1. Keyboard shortcuts, etc.: [RStudio cheatsheet about the RStudio IDE](https://ucdavis-bioinformatics-training.github.io/Oct2017-ILRI-Workshop/Cheat_Sheets/rstudio-IDE-cheatsheet.pdf)

2. R Style Guides
a. [Google’s Style Guide](https://google.github.io/styleguide/Rguide.html)

b. [Jean Fan’s Style Guide](http://jef.works/R-style-guide/)

c. [Tidyverse’s Style Guide](https://style.tidyverse.org/)

3. [Object-oriented programming](https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Objects)

4. [Data transformation with dplyr cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf)
Keyboard shortcuts, etc.: [RStudio cheatsheet about the RStudio IDE](https://ucdavis-bioinformatics-training.github.io/Oct2017-ILRI-Workshop/Cheat_Sheets/rstudio-IDE-cheatsheet.pdf)

### R Style Guides
* [Google’s Style Guide](https://google.github.io/styleguide/Rguide.html)
* [Jean Fan’s Style Guide](http://jef.works/R-style-guide/)
* [Tidyverse’s Style Guide](https://style.tidyverse.org/)
* [Object-oriented programming](https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Objects)
* [Data transformation with dplyr cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf)



Expand Down

0 comments on commit 40aa3c0

Please sign in to comment.