An open API service indexing awesome lists of open source software.

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.

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.
```