Introductory materials designed for Mote Marine Laboratory undergraduate interns to start learning R.
Please ensure you have downloaded R and RStudio. Instructions can be found here.
-
Download the project files by clicking the green "<> Code" button then "Download ZIP".
-
Create a folder in your Documents called "R".
-
Open RStudio, click "File", "New Project...", "New Directory", "New Project".
-
Name the project "r-intro" and make is a subdirectory of Documents/R.
-
Unzip the downloaded files and place them into your R Project folder (Documents/R/r-intro). Use your file explorer for this step.
-
In RStudio, open "1-basic-functions.R" through the "Files" pane or "File", "Open File...".
-
Get started learning R!