tidyverse / purrr

A functional programming toolkit for R

Home Page:https://purrr.tidyverse.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation of `reduce` refers to `map`

phish108 opened this issue · comments

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() ;)

Yeah, reduce() should document ... itself, rather than inheriting the docs from map.

While looking at this, I also noticed that the documentation for .y mentions accumulate2() which should also be removed.