From 09dde24f686a6c1d83c4cb2d3ab349718640d022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Mar 2024 17:01:18 +0000 Subject: [PATCH 1/2] Render site --- help.html | 8 ++++---- index.html | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/help.html b/help.html index c7662bb6..66398268 100644 --- a/help.html +++ b/help.html @@ -405,16 +405,16 @@

Why are my changes not taking effect? It’s making my results

Here we are creating a new object from an existing one:

new_rivers <- sample(rivers, 5)
 new_rivers
-
## [1]  605  260  230  306 1038
+
## [1] 1243 2533  310  250  377

Using just this will only print the result and not actually change new_rivers:

new_rivers + 1
-
## [1]  606  261  231  307 1039
+
## [1] 1244 2534  311  251  378

If we want to modify new_rivers and save that modified version, then we need to reassign new_rivers like so:

new_rivers <- new_rivers + 1
 new_rivers
-
## [1]  606  261  231  307 1039
+
## [1] 1244 2534  311  251  378

If we forget to reassign this can cause subsequent steps to not work as expected because we will not be working with the data that has been modified.

@@ -484,7 +484,7 @@

Error: object ‘X’ not found

operator:

rivers2 <- new_rivers + 1
 rivers2
-
## [1]  607  262  232  308 1040
+
## [1] 1245 2535  312  252  379

Introduction to R for Public Health Researchers + @@ -282,9 +282,8 @@ -

Introduction to -R for Public Health Researchers

+


From 8d700c74091979014251a0445257642b9aa30f81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Mar 2024 17:02:06 +0000 Subject: [PATCH 2/2] Render pdfs --- modules/Intro/Intro.pdf | Bin 12546654 -> 12546654 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/modules/Intro/Intro.pdf b/modules/Intro/Intro.pdf index df26c27dc13082c980db838d1a15e98e33fdbcf1..4f55578ffa475723be4c1ffcd90abebbdccf9729 100644 GIT binary patch delta 628 zcmW;C=U0va06_6$WMq@Qvg%Ff>FFh9^V-TPdlY4p2%#ukuB_}WdvCJizwoh7{tf5o zIOqPp-NrwE;~JaP7DO_GFo>oGL2^?m@o70FMX|!N;>1WSI}E~TkP&93|6i)bX4o8C zU`vd{R@fTbU|WpGcGw;}U`OnPov{mc#cr5@-LVJu#9r7N`(R(}hy8H?4#Y$pgoAMi z4#i=Zgvl7e6daDJI08rFC``iu(=o&hjN)hY6LAtw#wj=zr(q1I z;|!dMvv4-f!MQjOb1)a@;{sfWi*PaKVLmRwrML{2;|g4ft8g{0!L?X`g}4saV-XhP z2Hc37a5HYft+)-h;|?sromh&ya5t9W9^8xjupIZ}0X&EmSc!-5FjiqT9>Jq{48h}g z0>zV9gQxH`p24$t4r}o|UcifZ2`}Rnyo%TGI^MvWcnfdi9jwEFE_^^V-TPdlY4p2%#ukuB_}WdvCJizwoh7{tf5o zIOqPp-NrwE;~JaP7DO_m(J)92g5;)B;?r_UieiOj#fgzvb{K@wAS295|G!j=&9FJP zz?K+?t*|w=!L}HW?XW#|z>e4nJ7X8@irp{)yJHXRiM_Bl_QAf`5BuW)9EgcH2nXX3 z9E!s*36n8`DL5QcaRiRUQJ97Srela17{$?;iDPgqW??pt!|^x)C*mZWj8kwbPQw^Z z#~C;iXW?v|gL82n=3p+)#|5|$7vW;e!+czVOK}-4#}&8|SK(@0gKMz>3vnH;$097o z4Y(0E;bz=|TX7q1#~oOLJFygZ;chI$J-8S5VL9%{19%WCuo4g9VXVSxJc38@7=p*~ z1d1oI22bH>JcDQP9M