https://github.com/danielvartan/rutils
🧰 Utility functions for R
https://github.com/danielvartan/rutils
r r-package rstats utilities
Last synced: 5 months ago
JSON representation
🧰 Utility functions for R
- Host: GitHub
- URL: https://github.com/danielvartan/rutils
- Owner: danielvartan
- License: other
- Created: 2021-10-22T04:57:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T02:38:04.000Z (10 months ago)
- Last Synced: 2024-08-13T07:11:06.286Z (8 months ago)
- Topics: r, r-package, rstats, utilities
- Language: R
- Homepage: https://danielvartan.github.io/rutils/
- Size: 307 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
- jimsghstars - danielvartan/rutils - 🧰 Utility functions for R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)library(rutils)
```# rutils
dscdsa[](https://www.repostatus.org/#wip)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/danielvartan/rutils/actions)
[](https://app.codecov.io/gh/danielvartan/rutils?branch=main)
[](https://choosealicense.com/licenses/mit/)## Overview
`rutils` is an R package that I (Daniel Vartanian) use to store and organize my utility functions.
Please note that not all functions are exported or documented. Access the source code to see them all.
## Installation
You can install `rutils` with:
``` {r, eval = FALSE}
# install.packages("remotes")
remotes::install_github("danielvartan/rutils")
```