Skip to content

Commit

Permalink
change to read_table
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaldron committed Sep 1, 2023
1 parent a7c77c5 commit 05199a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/session_lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Figure out this command using `File - Import Dataset`

```{r}
library(readr)
chol <- read_table2("cholesterol.tsv",
chol <- read_table("cholesterol.tsv",
col_types = cols(age = col_double()))
summary(chol)
```
Expand Down

0 comments on commit 05199a8

Please sign in to comment.