Skip to content

Commit 83ca834

Browse files
Melissa LeeMelissa Lee
authored andcommitted
applied styler
1 parent dc96c4e commit 83ca834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To get this into R using the `read_delim()` function, we specify the first argum
149149

150150

151151
```{r}
152-
canlang_data <- read_delim("data/can_lang.tsv", delim = "\t", col_names = FALSE)
152+
canlang_data <- read_delim("data/can_lang.tsv", delim = "\t", col_names = FALSE)
153153
canlang_data
154154
```
155155

0 commit comments

Comments
 (0)