This repository hosts code examples, curriculum materials, and assignments related to the REM 504 class, Data Science for Natural Resources. This course is primarily focused on developing data science skills in R to support natural resources research.
The good folks at RStudio have produced a set of extremely helpful cheatsheets for R and various R packages in the tidyverse. Links to a basic set of the cheatsheets that will be handy for this class are below. You can find the full list of cheatsheets at RStudio's website.
- RStudio IDE Cheat Sheet
- Base R Cheat Sheet
- Data Import Cheat Sheet
- Data Transformation with dplyr Cheat Sheet
- Data Visualization with ggplot Cheat Sheet
- Working with Strings Cheat Sheet
- Apply Functions Cheat Sheet
The internet is awash in helpful material for data science, but sometimes it can be hard to know how to find it or even what questions you want to ask. This is a non-comprehensive list of resources for various tricks, tips, and skills to make life as a data scientist easier.