Skip to content

Commit be83cd8

Browse files
authored
Fixing filename
1 parent 4e289bb commit be83cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-dplyr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ This time we will use the `read_delim()` function as it has preset arguments tha
631631
*tab separated value* files, `tsv`, which is the format this table is
632632

633633
```{r, purl=FALSE, message=FALSE}
634-
metadata <- read_delim("data/Ecoli_metadata_composit.tsv")
634+
metadata <- read_delim("data/Ecoli_metadata_composite.tsv")
635635
```
636636
This prints a warning message because the last entry is missing some values but it should still work for our purposes.
637637

0 commit comments

Comments
 (0)