Skip to content

Commit 4d96c7c

Browse files
Render site
1 parent f45c8ec commit 4d96c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Convert the column names of `ces` to be all upper case. Use `rename_with()`, and
7474

7575
### P.1
7676

77-
How can you print the first 3 rows and the last 3 rows of `ces` (in two lines of code)?
77+
How can you show the first 3 rows and the last 3 rows of `ces` (in two lines of code)?
7878

7979
```{r P.1response}
8080

modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab_Key.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h3>1.4</h3>
271271
<h1>Practice on Your Own!</h1>
272272
<div id="p.1" class="section level3">
273273
<h3>P.1</h3>
274-
<p>How can you print the first 3 rows and the last 3 rows of <code>ces</code> (in two lines of code)?</p>
274+
<p>How can you show the first 3 rows and the last 3 rows of <code>ces</code> (in two lines of code)?</p>
275275
<pre class="r"><code>head(ces, 3)</code></pre>
276276
<pre><code>## # A tibble: 3 × 67
277277
## CensusTract CA_county ZIP Longitude Latitude ApproxLocation CES4.0Score

0 commit comments

Comments
 (0)