Skip to content

purrr 0.2.2

Compare
Choose a tag to compare
@hadley hadley released this 18 Jun 15:17
  • Fix for dev tibble support.
  • as_function() now supports list arguments which allow recursive indexing
    using either names or positions. They now always stop when encountering
    the first NULL (#173).
  • accumulate and reduce correctly pass extra arguments to the
    worker function.