From 885352d646ca9d49a1f8062f7a43131cc24b9a6a Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Mon, 1 Aug 2016 13:50:25 +0200 Subject: [PATCH] Update import.Rmd (#216) typo --- import.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.Rmd b/import.Rmd index bf0d299..2078de9 100644 --- a/import.Rmd +++ b/import.Rmd @@ -50,7 +50,7 @@ read_csv("a,b,c 4,5,6") ``` -In both cases `read_csv()` uses the first line of the data for the column names, which is a very common convention. There are two cases where you might want tweak this behaviour: +In both cases `read_csv()` uses the first line of the data for the column names, which is a very common convention. There are two cases where you might want to tweak this behaviour: 1. Sometimes there are a few lines of metadata at the top of the file. You can use `skip = n` to skip the first `n` lines; or use `comment = "#"` to drop