@@ -64,11 +64,11 @@ editor: visual
6464
6565## R for Lunch as a series
6666
67- R for Lunch is a series that meets 8 times (till EOM Feb.) After today it will meet regularly on Thursdays at noon.
67+ R for Lunch is a series that meets 8 times regularly on Thursdays at noon, through early March
6868
6969- Sign-up for each workshop individually
7070
71- - Each episode has a unique zoom link
71+ - ~~ Each episode has a unique zoom link~~
7272
7373## Eat your own dog food
7474
@@ -85,16 +85,16 @@ Model how R can work for practical reproducible workflows
8585
8686
8787
88- +--------------+---------------+---------------------+-------------------+
89- | Operator | Operator Name | Keystroke Shortcuts | Pnuemonic |
90- +==============+===============+=====================+===================+
91- | ` <- ` | assignment | Alt-dash | "Gets value from" |
92- +--------------+---------------+---------------------+-------------------+
93- | `| >`\ | pipe | Ctrl-Shift-M | "And then" |
94- | or | | | |
95- | | | | |
96- | ` %>% ` | | | |
97- +--------------+---------------+---------------------+-------------------+
88+ +--------------- +---------------+---------------------+-------------------+
89+ | Operator | Operator Name | Keystroke Shortcuts | Pnuemonic |
90+ +=============== +===============+=====================+===================+
91+ | ` <- ` | assignment | Alt-dash | "Gets value from" |
92+ +--------------- +---------------+---------------------+-------------------+
93+ | `| >`\ | pipe | Ctrl-Shift-M | "And then" |
94+ | or | | | |
95+ | | | | |
96+ | ` %>% ` | | | |
97+ +--------------- +---------------+---------------------+-------------------+
9898
9999# Tidyverse and Tidy data
100100
@@ -133,7 +133,7 @@ tidyr::relig_income |>
133133
134134## Tall data
135135
136- ::: columns
136+ ::::: columns
137137::: {.column width="40%"}
138138``` {r}
139139#| code-line-numbers: 2-4
@@ -175,7 +175,7 @@ relig_income |>
175175
176176```
177177:::
178- :::
178+ :::::
179179
180180## Code
181181
@@ -238,16 +238,16 @@ Image Credit: apreshill \| CC BY 4.0 \| https://github.com/apreshill/teachthat/b
238238
239239
240240
241- +--------------+---------------+---------------------+-------------------+
242- | Operator | Operator Name | Keystroke shortcuts | Pnuemonic |
243- +==============+===============+=====================+===================+
244- | ` <- ` | assignment | Alt-dash | "Gets value from" |
245- +--------------+---------------+---------------------+-------------------+
246- | `| >`\ | pipe | Ctrl-Shift-M | "And then" |
247- | or | | | |
248- | | | | |
249- | ` %>% ` | | | |
250- +--------------+---------------+---------------------+-------------------+
241+ +--------------- +---------------+---------------------+-------------------+
242+ | Operator | Operator Name | Keystroke shortcuts | Pnuemonic |
243+ +=============== +===============+=====================+===================+
244+ | ` <- ` | assignment | Alt-dash | "Gets value from" |
245+ +--------------- +---------------+---------------------+-------------------+
246+ | `| >`\ | pipe | Ctrl-Shift-M | "And then" |
247+ | or | | | |
248+ | | | | |
249+ | ` %>% ` | | | |
250+ +--------------- +---------------+---------------------+-------------------+
251251
252252## Citation management
253253
0 commit comments