Fix typo, closes #1552

This commit is contained in:
Mine Cetinkaya-Rundel 2023-08-15 08:51:26 -04:00 committed by GitHub
parent e926073ab0
commit 4040b72f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
source("_common.R")
```
In this part of the book, you'll learn how to import a wider range of data into R, as well as how to get it into a form useful form for analysis.
In this part of the book, you'll learn how to import a wider range of data into R, as well as how to get it into a form useful for analysis.
Sometimes this is just a matter of calling a function from the appropriate data import package.
But in more complex cases it might require both tidying and transformation in order to get to the tidy rectangle that you'd prefer to work with.