Resources for coding in R
Getting started locally:
If you have access to Great Lakes (explanation) you can open up RStudio in a virtual environment on the cluster.
General Starting Guides:
R for Data Science: a great book walking through the basics of programming in R with a focus on data science.
R Tutorial: an interactive website the walks through the basic functions in R.
Additional resources:
Base R Cheat Sheet: a visual guide to many basic R functions which is easy to reference.