diff --git a/import.qmd b/import.qmd index 9096785..ea36864 100644 --- a/import.qmd +++ b/import.qmd @@ -36,6 +36,6 @@ In this part of the book you'll learn how to access data stored in the following - In @sec-scraping, you'll learn web "scraping", the art and science of extracting data from web pages. There are two important tidyverse packages that we don't discuss here: haven and xml2. -If you working with data from SPSS, Stata, and SAS files, check out the **haven** package, . +If you're working with data from SPSS, Stata, and SAS files, check out the **haven** package, . If you're working with XML data, check out the **xml2** package, . Otherwise, you'll need to do some research to figure which package you'll need to use; google is your friend here 😃.