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
- Host: GitHub
- URL: https://github.com/eguidotti/r
- Owner: eguidotti
- License: gpl-3.0
- Created: 2022-04-20T10:45:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T20:29:26.000Z (almost 2 years ago)
- Last Synced: 2025-05-28T17:01:48.430Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```