From d615cf6344d55c735727ab1dd1800a59c269c314 Mon Sep 17 00:00:00 2001 From: libjohn Date: Thu, 12 Sep 2024 09:45:30 -0400 Subject: [PATCH] f7 --- docs/slides/slides_data-wrangling_dplyr.html | 244 +++++++++---------- docs/slides/slides_import-data.html | 234 +++++++++--------- slides/slides_data-wrangling_dplyr.qmd | 40 +-- slides/slides_import-data.qmd | 20 +- 4 files changed, 269 insertions(+), 269 deletions(-) diff --git a/docs/slides/slides_data-wrangling_dplyr.html b/docs/slides/slides_data-wrangling_dplyr.html index 6bfd0b8..089334e 100644 --- a/docs/slides/slides_data-wrangling_dplyr.html +++ b/docs/slides/slides_data-wrangling_dplyr.html @@ -444,7 +444,7 @@ - + R for Lunch @@ -1228,7 +1228,7 @@

R for Lunch

-

2024-09-11

+

2024-09-12

Today’s topics

@@ -1296,18 +1296,18 @@

Eat your own dog food

Pipes and Assignments

 

- +
---+++ - + @@ -1364,7 +1364,7 @@

Wide data

gtExtras::gt_theme_dark()
-
+
@@ -2193,7 +2193,7 @@

Tall data

gtExtras::gt_theme_dark()
-
+
@@ -3042,18 +3042,18 @@

Closing

Pipes and Assignments

 

-
Operator Operator NameKeystoreKeystroke Shortcuts Pnuemonic
+
---+++ - + diff --git a/docs/slides/slides_import-data.html b/docs/slides/slides_import-data.html index 3f7efd5..0c56156 100644 --- a/docs/slides/slides_import-data.html +++ b/docs/slides/slides_import-data.html @@ -444,7 +444,7 @@ - + R for Lunch @@ -1228,7 +1228,7 @@

R for Lunch

-

2024-09-11

+

2024-09-12

Today’s topics

@@ -1396,7 +1396,7 @@

Wide data

gtExtras::gt_theme_dark()
-
+
@@ -2225,7 +2225,7 @@

Tall data

gtExtras::gt_theme_dark()
-
+
@@ -3087,18 +3087,18 @@

Closing

Pipes and Assignments

 

-
Operator Operator NameKeystoreKeystroke shortcuts Pnuemonic
+
---+++ - + diff --git a/slides/slides_data-wrangling_dplyr.qmd b/slides/slides_data-wrangling_dplyr.qmd index 7254ac3..07db346 100644 --- a/slides/slides_data-wrangling_dplyr.qmd +++ b/slides/slides_data-wrangling_dplyr.qmd @@ -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 @@ -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 diff --git a/slides/slides_import-data.qmd b/slides/slides_import-data.qmd index 155db3c..2f5c3cd 100644 --- a/slides/slides_import-data.qmd +++ b/slides/slides_import-data.qmd @@ -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
Operator Operator NameKeystoreKeystroke shortucts Pnuemonic