purrr
purrr copied to clipboard
Documentation of `reduce` refers to `map`
The documentation of the ...
attribute refers to the map()
function. It would be a bit nicer if the reference for reduce
would point to reduce()
instead of map()
;)