Confused about this purrr::map situation

It's about environments. Each map has it's own environment, so each map has it's own . which is equivalent of .x. The .x is not the object (value) you expect, but you miss the environment aspect.

1 Like