Fix vs. e.g. i.e. punctuation (#1157)
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user