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

https://github.com/eguidotti/r

A collection of functions for R
https://github.com/eguidotti/r

Last synced: 6 months ago
JSON representation

A collection of functions for R

Awesome Lists containing this project

README

          

# A collection of functions for R

Install with [`renv`](https://rstudio.github.io/renv/index.html)

```R
renv::install("eguidotti/r")
```

Load the package

```R
libraray("eguidotti")
```

See all available functions

```R
help(package = eguidotti)
```