From 6bef70ee32725305a97ae843b47e0c50706448bd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 10 Apr 2024 16:54:02 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : ba5df882b441076ee62682576ee1619674bc96e9 Branch : md-outputs Author : GitHub Actions Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c6eb14a8b7905f11759650cb9767320b8a Branch : main Author : Naupaka Zimmerman Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55 --- 00-introduction.html | 6 +- 01-r-basics.html | 275 +++++++--- 03-basics-factors-dataframes.html | 192 ++++--- 06-data-visualization.html | 8 +- aio.html | 479 ++++++++++++------ ...dataframes-rendered-unnamed-chunk-12-1.png | Bin 0 -> 362 bytes ...dataframes-rendered-unnamed-chunk-16-1.png | Bin 3688 -> 3685 bytes ...dataframes-rendered-unnamed-chunk-18-1.png | Bin 0 -> 3688 bytes images.html | 4 +- instructor/00-introduction.html | 6 +- instructor/01-r-basics.html | 275 +++++++--- instructor/03-basics-factors-dataframes.html | 192 ++++--- instructor/06-data-visualization.html | 8 +- instructor/aio.html | 479 ++++++++++++------ instructor/images.html | 4 +- md5sum.txt | 4 +- pkgdown.yml | 2 +- 17 files changed, 1331 insertions(+), 603 deletions(-) create mode 100644 fig/03-basics-factors-dataframes-rendered-unnamed-chunk-12-1.png create mode 100644 fig/03-basics-factors-dataframes-rendered-unnamed-chunk-18-1.png diff --git a/00-introduction.html b/00-introduction.html index 04f5b3010..b29e9c680 100644 --- a/00-introduction.html +++ b/00-introduction.html @@ -664,7 +664,7 @@

Exercise: Work interactively in R

+

R

@@ -1230,7 +1288,7 @@ 

OUTPUT

+

R

@@ -1327,7 +1385,7 @@ 

Tip: coercion isn’t limited to data

First, its very important to recognize that coercion happens in R all the time. This can be a good thing when R gets it right, or a bad thing when the result is not what you expect. Consider:

-
+

R

@@ -1343,7 +1401,7 @@ 

OUTPUT