https://github.com/apoorvalal/lalrutils
Misc utility functions in R for personal use.
https://github.com/apoorvalal/lalrutils
data-analysis r r-package
Last synced: 4 months ago
JSON representation
Misc utility functions in R for personal use.
- Host: GitHub
- URL: https://github.com/apoorvalal/lalrutils
- Owner: apoorvalal
- License: mit
- Created: 2017-07-14T03:06:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T06:18:50.000Z (over 2 years ago)
- Last Synced: 2025-07-31T00:57:37.542Z (6 months ago)
- Topics: data-analysis, r, r-package
- Language: R
- Homepage: https://apoorvalal.github.io/LalRUtils/reference/index.html
- Size: 7.12 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LalRUtils
Misc utility functions in R for personal use.
[Function reference](https://apoorvalal.github.io/LalRUtils/reference/index.html)
To install:
```R
library(devtools)
devtools::install_github("apoorvalal/LalRUtils")
```