Skip to content

Functional programming: missmatch in map2_chr() example #11

@juangomezduaso

Description

@juangomezduaso

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions