parent
5660c58d3d
commit
885352d646
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue