probably typos (#1509)

This commit is contained in:
Mitsuo Shiota 2023-06-05 22:25:05 +09:00 committed by GitHub
parent 1405dd9b42
commit bc64b998c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ In other words, the complement to the tidyverse is not the messyverse but many o
As you tackle more data science projects with R, you'll learn new packages and new ways of thinking about data.
We'll use many packages from outside the tidyverse in this book.
For example, we'll use the following packages because they provide interesting data sets for us to work with in the process of learning R:
For example, we'll use the following packages because they provide interesting datasets for us to work with in the process of learning R:
```{r}
#| eval: false
@ -244,7 +244,7 @@ If you run the same code in your local console, it will look like this:
There are two main differences.
In your console, you type after the `>`, called the **prompt**; we don't show the prompt in the book.
In the book, the output is commented out with `#>`; in your console, it appears directly after your code.
These two differences mean that if you're working with an electronic version of the book, you can easily copy code out of the book and into the console.
These two differences mean that if you're working with an electronic version of the book, you can easily copy code out of the book and paste it into the console.
Throughout the book, we use a consistent set of conventions to refer to code: