Skip to content

Commit 0729df3

Browse files
authored
Update 03-basics-factors-dataframes.md
1 parent a8d4888 commit 0729df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-basics-factors-dataframes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ to a .csv file using the `write.csv()` function:
11761176
!!! r-project "r"
11771177

11781178
```r
1179-
write.csv(SRR2584863_variants, file = "../data/SRR2584863_variants.csv")
1179+
write.csv(SRR2584863_variants, file = "SRR2584863_variants.csv")
11801180
```
11811181

11821182
The `write.csv()` function has some additional arguments listed in the

0 commit comments

Comments
 (0)