Skip to content

Commit 6a8f440

Browse files
committed
Merge branch 'main' of https://github.com/fhdsl/DaSEH
2 parents e7b6280 + 81f8ece commit 6a8f440

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

help.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838

3939
<!-- Google tag (gtag.js) -->
40-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVJFCP3TVW"></script>
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=<add here>"></script>
4141
<script>
4242
window.dataLayer = window.dataLayer || [];
4343
function gtag(){dataLayer.push(arguments);}
4444
gtag('js', new Date());
4545

46-
gtag('config', 'G-ZVJFCP3TVW');
46+
gtag('config', '<add here>');
4747
</script>
4848

4949

@@ -405,16 +405,16 @@ <h2><strong>Why are my changes not taking effect? It’s making my results
405405
<p>Here we are creating a new object from an existing one:</p>
406406
<pre class="r"><code>new_rivers &lt;- sample(rivers, 5)
407407
new_rivers</code></pre>
408-
<pre><code>## [1] 330 338 390 306 524</code></pre>
408+
<pre><code>## [1] 605 260 230 306 1038</code></pre>
409409
<p>Using just this will only print the result and not actually change
410410
<code>new_rivers</code>:</p>
411411
<pre class="r"><code>new_rivers + 1</code></pre>
412-
<pre><code>## [1] 331 339 391 307 525</code></pre>
412+
<pre><code>## [1] 606 261 231 307 1039</code></pre>
413413
<p>If we want to modify <code>new_rivers</code> and save that modified
414414
version, then we need to reassign <code>new_rivers</code> like so:</p>
415415
<pre class="r"><code>new_rivers &lt;- new_rivers + 1
416416
new_rivers</code></pre>
417-
<pre><code>## [1] 331 339 391 307 525</code></pre>
417+
<pre><code>## [1] 606 261 231 307 1039</code></pre>
418418
<p>If we forget to reassign this can cause subsequent steps to not work
419419
as expected because we will not be working with the data that has been
420420
modified.</p>
@@ -484,7 +484,7 @@ <h2><strong>Error: object ‘X’ not found</strong></h2>
484484
operator:</p>
485485
<pre class="r"><code>rivers2 &lt;- new_rivers + 1
486486
rivers2</code></pre>
487-
<pre><code>## [1] 332 340 392 308 526</code></pre>
487+
<pre><code>## [1] 607 262 232 308 1040</code></pre>
488488
<hr />
489489
</div>
490490
<div id="error-unexpected-in-error-unexpected-in-error-unexpected-x-in"

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838

3939
<!-- Google tag (gtag.js) -->
40-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVJFCP3TVW"></script>
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=<add here>"></script>
4141
<script>
4242
window.dataLayer = window.dataLayer || [];
4343
function gtag(){dataLayer.push(arguments);}
4444
gtag('js', new Date());
4545

46-
gtag('config', 'G-ZVJFCP3TVW');
46+
gtag('config', '<add here>');
4747
</script>
4848

4949

@@ -364,7 +364,7 @@ <h2>Find an Error!?</h2>
364364
associated with the class: <a
365365
href="https://github.com/jhudsl/intro_to_r"
366366
class="uri">https://github.com/jhudsl/intro_to_r</a></p>
367-
<p>This page was last updated on 2024-03-21.</p>
367+
<p>This page was last updated on 2024-03-29.</p>
368368
<p style="text-align:center;">
369369
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://live.staticflickr.com/4557/26350808799_6f9c8bcaa2_b.jpg" height="150"/>
370370
</a>

materials_schedule.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838

3939
<!-- Google tag (gtag.js) -->
40-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVJFCP3TVW"></script>
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=<add here>"></script>
4141
<script>
4242
window.dataLayer = window.dataLayer || [];
4343
function gtag(){dataLayer.push(arguments);}
4444
gtag('js', new Date());
4545

46-
gtag('config', 'G-ZVJFCP3TVW');
46+
gtag('config', '<add here>');
4747
</script>
4848

4949

modules/Intro/Intro.pdf

0 Bytes
Binary file not shown.

resources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040

4141
<!-- Google tag (gtag.js) -->
42-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVJFCP3TVW"></script>
42+
<script async src="https://www.googletagmanager.com/gtag/js?id=<add here>"></script>
4343
<script>
4444
window.dataLayer = window.dataLayer || [];
4545
function gtag(){dataLayer.push(arguments);}
4646
gtag('js', new Date());
4747

48-
gtag('config', 'G-ZVJFCP3TVW');
48+
gtag('config', '<add here>');
4949
</script>
5050

5151

syllabus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838

3939
<!-- Google tag (gtag.js) -->
40-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVJFCP3TVW"></script>
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=<add here>"></script>
4141
<script>
4242
window.dataLayer = window.dataLayer || [];
4343
function gtag(){dataLayer.push(arguments);}
4444
gtag('js', new Date());
4545

46-
gtag('config', 'G-ZVJFCP3TVW');
46+
gtag('config', '<add here>');
4747
</script>
4848

4949

0 commit comments

Comments
 (0)