From f023ef409ebfba3d177a2df737f8d7f8b2bc5592 Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 3 Oct 2016 07:15:13 -0500 Subject: [PATCH] Fix typos Closes #405 --- import.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.Rmd b/import.Rmd index 793f06c..738a7ae 100644 --- a/import.Rmd +++ b/import.Rmd @@ -2,7 +2,7 @@ ## Introduction -Working with data provided by R packages is a great way to learn the tools of data science, but at some point you want to stop learning and start working with your own data. In this chapter, you'll learn how to read plain-text rectangular files into R. Here, we'll only scratch surface of data import, but many of the principles will translate to the other forms of data. We'll finish with a few pointers to packages that are useful for other types of data. +Working with data provided by R packages is a great way to learn the tools of data science, but at some point you want to stop learning and start working with your own data. In this chapter, you'll learn how to read plain-text rectangular files into R. Here, we'll only scratch the surface of data import, but many of the principles will translate to other forms of data. We'll finish with a few pointers to packages that are useful for other types of data. ### Prerequisites