-
Notifications
You must be signed in to change notification settings - Fork 17
/
dplyr-slides.qmd
60 lines (36 loc) · 1.38 KB
/
dplyr-slides.qmd
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: "RLadies Reboot 2023-24"
format:
revealjs:
theme: simple
editor: visual
---
## RLadies Montreal Reboot: 2023-24
Welcome! Today's agenda:
1. 6:00 - 6:15pm: Introductions
2. 6:15 - 6:30pm: Brief history of RLadies Montreal + plan for this year
3. 6:30 - 7:00pm: Introduction to data wrangling with dplyr
4. 7:00 - 8:00pm: Interactive work/networking period
## Introductions
Kathryn Morrison
Monica Cella
## What is RLadies?
- General info (graphic)
## Brief history of RLadies Montreal + plan for this year
- Started by Kathryn + Erika in March 2018, had a very active chapter until the plague hit in 2020
Corporate sponsors: Plotly, Upgrade, Precision Analytics
- Rebooting our local chapter
- Always looking for new corproate sponsors and most importantly, volunteer presenters!
- Any topic is welcome and you **don't** need to be an expert - sometimes giving an introductory workshop or lesson is the best way to learn!
- Past topics included ...
## Brief history of RLadies Montreal + plan for this year
- We will send out a survey with requests for specific topics
- We generally start each session with:
- a brief hello/welcome from the organizors
- an opportunity for anyone hiring or looking for work to mention it
- We're very open to feedback and suggestions in general!
## Introduction to dplyr
-
```{r}
1 + 1
```