-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.Rmd
25 lines (20 loc) · 1.16 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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.