We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef30d7 commit cd8f71aCopy full SHA for cd8f71a
1 file changed
docs/03-basics-factors-dataframes.md
@@ -166,7 +166,7 @@ typos and errors in file paths.** Use it!
166
```r
167
# Read the csv directly from our github repository
168
169
- variants <- read.csv('https://raw.githubusercontent.com/GenomicsAotearoa/Introduction-to-R/refs/heads/main/combined_tidy_vcf.csv')
+ variants <- read.csv("https://raw.githubusercontent.com/GenomicsAotearoa/Introduction-to-R/refs/heads/main/combined_tidy_vcf.csv")
170
```
171
172
One of the first things you should notice is that in the Environment
0 commit comments