File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ Non-Official & Non-Aboriginal languages Arabic 419890 223535 5585 629055
352
352
353
353
To read this into R using the ` read_delim ` function, we specify the path
354
354
to the file as the first argument, provide
355
- the tab character ` "\t" ` as the ` delim ` argument \index{read function!delim argument} ,
356
- and set the ` col_names ` argument to ` FALSE ` to denote that there are no column names
355
+ the tab character ` "\t" ` as the ` delim ` argument,
356
+ and set \index{read function!delim argument} the ` col_names ` argument to ` FALSE ` to denote that there are no column names
357
357
provided in the data. Note that the ` read_csv ` , ` read_tsv ` , and ` read_delim ` functions
358
358
all have a ` col_names ` argument \index{read function!col\_ names argument} with
359
359
the default value ` TRUE ` .
You can’t perform that action at this time.
0 commit comments