Skip to content

Commit cd8f71a

Browse files
committed
fix #18
1 parent 8ef30d7 commit cd8f71a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/03-basics-factors-dataframes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ typos and errors in file paths.** Use it!
166166
```r
167167
# Read the csv directly from our github repository
168168

169-
variants <- read.csv('https://raw.githubusercontent.com/GenomicsAotearoa/Introduction-to-R/refs/heads/main/combined_tidy_vcf.csv')
169+
variants <- read.csv("https://raw.githubusercontent.com/GenomicsAotearoa/Introduction-to-R/refs/heads/main/combined_tidy_vcf.csv")
170170
```
171171

172172
One of the first things you should notice is that in the Environment

0 commit comments

Comments
 (0)