8000 title change for 03 · jaeyk/R-functional-programming@e044986 · GitHub
[go: up one dir, main page]

Skip to content

Commit e044986

Browse files
author
Jae Yeon Kim
committed
title change for 03
1 parent 19998fb commit e044986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lecture_notes/03_map_glue.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pacman::p_load(tidyverse, # tidyverse pkgs including purrr
2525

2626
# Objective
2727

28-
- Learning how to use `glue()` to automate plotting
28+
- Learning how to use `map()` and `glue()` to automate plotting
2929

3030
# Problem
3131

lecture_notes/03_map_glue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@ <h1 number="1"><span class="header-section-number">1</span> Setup</h1>
28132813
<div id="objective" class="section level1" number="2">
28142814
<h1 number="2"><span class="header-section-number">2</span> Objective</h1>
28152815
<ul>
2816-
<li>Learning how to use <code>glue()</code> to automate plotting</li>
2816+
<li>Learning how to use <code>map()</code> and <code>glue()</code> to automate plotting</li>
28172817
</ul>
28182818
</div>
28192819
<div id="problem" class="section level1" number="3">

0 commit comments

Comments
 (0)
0