Fix vs. e.g. i.e. punctuation (#1157)

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
This commit is contained in:
Zeki Akyol
2022-12-06 19:51:11 +03:00
committed by GitHub
parent 69f3059ca6
commit 4f88cf741f
12 changed files with 48 additions and 19 deletions

View File

@@ -243,7 +243,7 @@ Once you've mastered `read_csv()`, using readr's other functions is straightforw
6. Practice referring to non-syntactic names in the following data frame by:
a. Extracting the variable called `1`.
b. Plotting a scatterplot of `1` vs `2`.
b. Plotting a scatterplot of `1` vs. `2`.
c. Creating a new column called `3` which is `2` divided by `1`.
d. Renaming the columns to `one`, `two` and `three`.