We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e289bb commit be83cd8Copy full SHA for be83cd8
episodes/05-dplyr.Rmd
@@ -631,7 +631,7 @@ This time we will use the `read_delim()` function as it has preset arguments tha
631
*tab separated value* files, `tsv`, which is the format this table is
632
633
```{r, purl=FALSE, message=FALSE}
634
-metadata <- read_delim("data/Ecoli_metadata_composit.tsv")
+metadata <- read_delim("data/Ecoli_metadata_composite.tsv")
635
```
636
This prints a warning message because the last entry is missing some values but it should still work for our purposes.
637
0 commit comments