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