The map functions transform their input by applying a function to
each element of a list or atomic vector and returning an object of
the same length as the input.
map() always returns a list. See the modify() family for
versions that return an object of the same type as the input.
map_lgl(), map_in…