Update import.Rmd (#216)

typo
This commit is contained in:
S'busiso Mkhondwane 2016-08-01 13:50:25 +02:00 committed by Hadley Wickham
parent 5660c58d3d
commit 885352d646
1 changed files with 1 additions and 1 deletions

View File

@ -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