Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@rossellhayes rossellhayes released this 12 Jan 23:27
45648a6
  • Add xpluck() function.
    • xpluck() works like purrr::pluck(), but allows you to specify multiple indices at each step, e.g. xpluck(x, 1:2, c("a", "b")).
  • Deprecate xmap_raw() and future_xmap_raw() functions.
    • purrr::map_raw() and other *_raw() functions are deprecated in purrr 1.0.0.