Skip to content

Commit b456d85

Browse files
added help message addressing datacarpentry#299
1 parent cb11ce2 commit b456d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

episodes/01-r-basics.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ Let's create a few more vectors to play around with:
511511
```{r, purl=FALSE}
512512
# Some interesting human SNPs
513513
# while accuracy is important, typos in the data won't hurt you here
514+
# feel free to copy and paste
514515
515516
snps <- c("rs53576", "rs1815739", "rs6152", "rs1799971")
516517
snp_chromosomes <- c("3", "11", "X", "6")

0 commit comments

Comments
 (0)