-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME.Rmd
More file actions
25 lines (20 loc) · 1.16 KB
/
README.Rmd
File metadata and controls
25 lines (20 loc) · 1.16 KB
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-"
)
```
[](https://travis-ci.org/jaredlander/useful)
[](https://codecov.io/github/jaredlander/useful?branch=master)
[](https://cran.r-project.org/package=useful)
[](https://cran.r-project.org/package=useful)
[](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 varied I will, over time, add example use cases to this README.