https://github.com/ijlyttle/xformplus
https://github.com/ijlyttle/xformplus
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijlyttle/xformplus
- Owner: ijlyttle
- License: other
- Created: 2015-08-31T14:47:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T17:49:39.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T11:48:13.679Z (over 1 year ago)
- Language: R
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xformplus
This is a collection of utilities that I have found useful while wrestling with dataframes.
## Installation
This package is not yet on CRAN
To get the current development version from github:
```R
# install.packages("devtools")
devtools::install_github("ijlyttle/xformplus")
```