Skip to content

Commit 9685005

Browse files
committed
lec 13
1 parent 4e2cdef commit 9685005

63 files changed

Lines changed: 3934 additions & 1862 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ website:
7676
- webpages/lectures_ii/lec10_shiny.qmd
7777
- webpages/lectures_ii/lec11_automation.qmd
7878
- webpages/lectures_ii/lec12_characterdata.qmd
79-
# - webpages/lectures_ii/lec13_listcolumns.qmd
79+
- webpages/lectures_ii/lec13_purrr.qmd
8080
# - webpages/lectures_ii/lec14_quarto.qmd
8181

8282

docs/content/casestudies/casestudy_datamanipulation/casestudy_datamanipulation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
<li>
225225
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec12_characterdata.html">
226226
<span class="dropdown-text">Lecture 12: StringR and Regular Expressions</span></a>
227+
</li>
228+
<li>
229+
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec13_purrr.html">
230+
<span class="dropdown-text">Lecture 13: Lists, Iterations, and <code>purrr</code></span></a>
227231
</li>
228232
</ul>
229233
</li>

docs/content/casestudies/casestudy_datamanipulation/casestudy_datamanipulation_SOLUTION.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
<li>
225225
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec12_characterdata.html">
226226
<span class="dropdown-text">Lecture 12: StringR and Regular Expressions</span></a>
227+
</li>
228+
<li>
229+
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec13_purrr.html">
230+
<span class="dropdown-text">Lecture 13: Lists, Iterations, and <code>purrr</code></span></a>
227231
</li>
228232
</ul>
229233
</li>

docs/content/casestudies/casestudy_datavis/casestudy_datavis.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
<li>
225225
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec12_characterdata.html">
226226
<span class="dropdown-text">Lecture 12: StringR and Regular Expressions</span></a>
227+
</li>
228+
<li>
229+
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec13_purrr.html">
230+
<span class="dropdown-text">Lecture 13: Lists, Iterations, and <code>purrr</code></span></a>
227231
</li>
228232
</ul>
229233
</li>

docs/content/casestudies/casestudy_datavis/casestudy_datavis_SOLUTION.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
<li>
225225
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec12_characterdata.html">
226226
<span class="dropdown-text">Lecture 12: StringR and Regular Expressions</span></a>
227+
</li>
228+
<li>
229+
<a class="dropdown-item" href="../../../webpages/lectures_ii/lec13_purrr.html">
230+
<span class="dropdown-text">Lecture 13: Lists, Iterations, and <code>purrr</code></span></a>
227231
</li>
228232
</ul>
229233
</li>
-2.33 KB
Loading
-185 Bytes
Loading
-1.46 KB
Loading
-95 Bytes
Loading
805 Bytes
Loading

0 commit comments

Comments
 (0)