-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweek2.qmd
More file actions
30 lines (18 loc) · 813 Bytes
/
week2.qmd
File metadata and controls
30 lines (18 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "Week 2 | R Intro & Tidy data"
---
::: {.callout-note}
## Class Details
📅 **Date:** 13 March, 2025
⏰ **Time:** 09:00h - 11:00h
📖 **Synopsis:** Brief introduction to R, and Introduction to tidy data
:::
</br>
### Overview
In the following two tabs, you will find a brief **introductory R tutorial** covering key concepts such as fundamental syntax, core data structures (vectors, matrices, data frames, lists, and factors), control flow with loops and conditionals, function declaration, and commonly used built-in functions. The second tab introduces the concept of **tidy data** and provides guidance on transforming untidy data into a tidy format.
:::{.panel-tabset}
# R Intro
{{< include _r4ab_hands_on_tutorial.qmd >}}
# Tidy data
{{< include _tidy_data_intro.qmd >}}
:::