We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c9304 commit 7fc403fCopy full SHA for 7fc403f
exercises/Making-choices-dna-or-rna-iteration-R.md
@@ -23,6 +23,7 @@ sequences = c("ttgaatgccttacaactgatcattacacaggcggcatgaagcaaaaatatactgtgaaccaatgc
23
1. Use the function you wrote and a `for` loop to create a vector of sequence types for the values in `sequences`
24
2. Use the function and a `for` loop to create a data frame that includes a column of sequences and a column of their types
25
3. Use the function and `sapply` to create a vector of sequence types for the values in `sequences`
26
+4. Use the function, and `dplyr` to create a data frame that inclues a column of sequences and a column of their types
27
28
*Optional: For a little extra challenge make your function work with both upper
29
and lower case letters, or even strings with mixed capitalization*
0 commit comments