You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the assignment:
" Use map2_chr() to apply the paste() function to the sequence of integers from 1 to 26 and all the
letters of the alphabet in lowercase."
And the solution:
"map2_chr(letters, 1:26, paste)"
have the first two arguments inverted
The text was updated successfully, but these errors were encountered:
I think that the assignment:
" Use map2_chr() to apply the paste() function to the sequence of integers from 1 to 26 and all the
letters of the alphabet in lowercase."
And the solution:
"map2_chr(letters, 1:26, paste)"
have the first two arguments inverted
The text was updated successfully, but these errors were encountered: