generated from r4ds/bookclub-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
13.Rmd
33 lines (22 loc) · 877 Bytes
/
13.Rmd
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
# Reproduce the problem
**Learning objectives:**
- Use {reprex} to share ***repr***oducible ***ex***amples.
- Use "rubber ducking" to help with troubleshooting.
## reprex {-}
- ***Repr***oducible ***ex***amples are a concept throughout programming, but
- The {reprex} package is unique
- Cut out as much as you can while still reproducing the error
- Often helps you find the problem before you have to ask
- `reprex_*()` flavors (including `reprex_slack()`)
## Rubber ducking {-}
- Describing the problem to "someone" can help you find the error
- The "someone" doesn't have to be an actual person
## Meeting Videos {-}
### Cohort 1 {-}
`r knitr::include_url("https://www.youtube.com/embed/Bo77D_7zXj4")`
<details>
<summary> Meeting chat log </summary>
```
00:36:12 Jon Harmon (jonthegeek): https://github.com/yonicd/slackreprex
```
</details>