https://github.com/albertoeaf/data.rh
Helper R package for data manipulation.
https://github.com/albertoeaf/data.rh
Last synced: about 1 year ago
JSON representation
Helper R package for data manipulation.
- Host: GitHub
- URL: https://github.com/albertoeaf/data.rh
- Owner: AlbertoEAF
- Created: 2018-02-13T23:21:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T16:53:01.000Z (over 5 years ago)
- Last Synced: 2025-02-13T00:20:27.735Z (over 1 year ago)
- Language: R
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data.Rh
# Installation
Using this package is trivial:
```R
# Requirements
## If you don't have devtools install it:
install.packages("devtools")
# Installation
devtools::install_github("AlbertoEAF/data.Rh")
# Use it:
library("data.Rh")
# Check documentation inside R/hello.R.
```