Skip to content

Commit

Permalink
f7
Browse files Browse the repository at this point in the history
  • Loading branch information
libjohn committed Sep 12, 2024
1 parent b0a495e commit d615cf6
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 269 deletions.
244 changes: 122 additions & 122 deletions docs/slides/slides_data-wrangling_dplyr.html

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions docs/slides/slides_import-data.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions slides/slides_data-wrangling_dplyr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ Model how R can work for practical reproducible workflows



+-------------+---------------+--------------+-------------------+
| Operator | Operator Name | Keystore | Pnuemonic |
+=============+===============+==============+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+-------------+---------------+--------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+-------------+---------------+--------------+-------------------+
+--------------+---------------+---------------------+-------------------+
| Operator | Operator Name | Keystroke Shortcuts | Pnuemonic |
+==============+===============+=====================+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+--------------+---------------+---------------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+--------------+---------------+---------------------+-------------------+

# Tidyverse and Tidy data

Expand Down Expand Up @@ -238,16 +238,16 @@ Image Credit: apreshill \| CC BY 4.0 \| https://github.com/apreshill/teachthat/b



+-------------+---------------+--------------+-------------------+
| Operator | Operator Name | Keystore | Pnuemonic |
+=============+===============+==============+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+-------------+---------------+--------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+-------------+---------------+--------------+-------------------+
+--------------+---------------+---------------------+-------------------+
| Operator | Operator Name | Keystroke shortcuts | Pnuemonic |
+==============+===============+=====================+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+--------------+---------------+---------------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+--------------+---------------+---------------------+-------------------+

## Citation management

Expand Down
20 changes: 10 additions & 10 deletions slides/slides_import-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,16 @@ Along the way



+-------------+---------------+--------------+-------------------+
| Operator | Operator Name | Keystore | Pnuemonic |
+=============+===============+==============+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+-------------+---------------+--------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+-------------+---------------+--------------+-------------------+
+--------------+---------------+---------------------+-------------------+
| Operator | Operator Name | Keystroke shortucts | Pnuemonic |
+==============+===============+=====================+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+--------------+---------------+---------------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+--------------+---------------+---------------------+-------------------+

## Citation management

Expand Down

0 comments on commit d615cf6

Please sign in to comment.