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

https://github.com/jaredlander/useful

a package of handy, useful functions
https://github.com/jaredlander/useful

Last synced: 4 months ago
JSON representation

a package of handy, useful functions

Awesome Lists containing this project

README

        

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

[![Travis-CI Build Status](https://travis-ci.org/jaredlander/useful.svg?branch=master)](https://travis-ci.org/jaredlander/useful)
[![Coverage Status](https://img.shields.io/codecov/c/github/jaredlander/useful/master.svg)](https://codecov.io/github/jaredlander/useful?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/useful)](https://cran.r-project.org/package=useful)
[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/useful)](https://cran.r-project.org/package=useful)
[![R-CMD-check](https://github.com/jaredlander/useful/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jaredlander/useful/actions/workflows/R-CMD-check.yaml)

`Useful` is a collection of handy functions that I have collected over the years but do not have a place in an particular package. More are added as I build.

Since `useful` is so varried I will, over time, add example use cases to this README.