Skip to content

New pivot package allows reshaping remote tables.

1 message · Andrew Redd

#
R Database Users,

I would like to announce my package pivot, which is on CRAN now.  This
allows for pivot() and unpivot() for Microsoft SQL Server remote tables.
It also creates methods for spread() and gather() to work seamlessly with
the rest of the tidyverse.

https://cran.r-project.org/package=pivot

Andrew Redd