From 4040b72f495ad1bafa9a689243b25b7ba7db6b7b Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Tue, 15 Aug 2023 08:51:26 -0400 Subject: [PATCH] Fix typo, closes #1552 --- import.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.qmd b/import.qmd index f487e9b..b33e405 100644 --- a/import.qmd +++ b/import.qmd @@ -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.