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
- Host: GitHub
- URL: https://github.com/jaredlander/useful
- Owner: jaredlander
- License: other
- Created: 2011-10-06T00:31:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T16:09:15.000Z (over 1 year ago)
- Last Synced: 2024-11-16T00:12:00.289Z (5 months ago)
- Language: R
- Homepage:
- Size: 235 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jaredlander/useful - a package of handy, useful functions (R)
README
---
output:
md_document:
variant: markdown_github
---```{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 varried I will, over time, add example use cases to this README.