arrow

New Pipe in R

You can read more in Michael Barrowman’s post But the basic idea is that using the new pipe |> from the magrittr library is much faster than your old pipe %>%

Apache Arrow

more information can be found in URSA Labs This example is from Arrow Vignettes arrow best when working with big data Prep library("arrow", warn.conflicts = FALSE) library("dplyr", warn.conflicts = FALSE) check if S3 support is included.