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

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

Awesome Lists containing this project

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

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/danielvartan/rutils/workflows/R-CMD-check/badge.svg)](https://github.com/danielvartan/rutils/actions)
[![Codecov test coverage](https://codecov.io/gh/danielvartan/rutils/branch/main/graph/badge.svg)](https://app.codecov.io/gh/danielvartan/rutils?branch=main)
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](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")
```