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