Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halpo/pivot
pivot extensions for dbplyr
https://github.com/halpo/pivot
Last synced: 8 days ago
JSON representation
pivot extensions for dbplyr
- Host: GitHub
- URL: https://github.com/halpo/pivot
- Owner: halpo
- Created: 2018-04-13T15:08:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T19:11:29.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:14:14.525Z (4 months ago)
- Language: R
- Size: 51.8 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - halpo/pivot - pivot extensions for dbplyr (R)
README
# pivot
[![Build Status](https://api.travis-ci.org/halpo/pivot.svg?branch=master)](https://travis-ci.org/halpo/pivot)
[![codecov.io](https://codecov.io/github/halpo/pivot/coverage.svg?branch=master)](https://codecov.io/github/halpo/pivot?branch=master)
## License Disclaimer
This pacakge was developed through funding and resources by the
[United States Veterans Health Administration](https://www.va.gov/health/) and the
[VA Informatic and Computing Infrastructure (VINCI)](https://www.hsrd.research.va.gov/for_researchers/vinci/)
by govornment employees. As such according to 17 U.S. Code §105 is not
covered by copyright and is released to the public domain with no
license restrictions. This code is released without any guarantee of
suitability for any purpose.## Overview
The `pivot` R pacakge extends the capabilities of [dbplyr](https://cran.r-project.org/package=dbplyr)
to have [pivot and unpivot](https://technet.microsoft.com/en-us/library/ms177410(v=sql.105).aspx) capabilities.
It currently works only for Microsoft SQL Server.
For convenience it also provides extentions to the [tidyr](https://cran.r-project.org/package=tidyr)
functions [spread](https://tidyr.tidyverse.org/reference/spread.html)
and [gather](https://tidyr.tidyverse.org/reference/gather.html)
to act on remote Microsoft SQL Tables without needing to collect the data first.