Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

66 lines (38 loc) · 1.5 KB

README

Materials for data training at:

“Scientific Meeting on Data Needs and Code of Practice for Establishing an Early Warning System (EWS) for Harmful Algal Blooms (HABs)”

28 October through 1 November 2024

Pre-workshop Instructions

  1. Download and Install R (or updated your version to >4.0.0)

  2. Download and Install RStudio

  3. Clone this repository onto your machine

  4. Set your working directory to ~/hab-ews-namibia

setwd("~/hab-ews-namibia")
  1. Run the setup.R script to make sure you have all of the requirements installed
source("setup.R")

Workshop Plan

Programming Introduction

Data Analysis and Visualization

Automated Reports

Resources

R & RStudio:

base R cheatsheet

RStudio

R Packages:

dplyr Data manipulation

ggplot2 Data visualization

readr + readxl

Other tools:

R markdown

git and Github