There’s a lot going on in the development version of {tidyr}
. New functions for pivoting data
frames, pivot_wide()
and pivot_long()
are coming, and will replace the current functions,
spread()
and gather()
. spread()
and gather()
will remain in the package though:
You may have heard a …