Skip to content

Commit cf3656d

Browse files
bug hunt r issue chapter 2
1 parent 4bccdbc commit cf3656d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reading.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ Non-Official & Non-Aboriginal languages Arabic 419890 223535 5585 629055
352352

353353
To read this into R using the `read_delim` function, we specify the path
354354
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
357357
provided in the data. Note that the `read_csv`, `read_tsv`, and `read_delim` functions
358358
all have a `col_names` argument \index{read function!col\_names argument} with
359359
the default value `TRUE`.

0 commit comments

Comments
 (0)