Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmullen/mullenmisc
An R package of functions I use across projects
https://github.com/lmullen/mullenmisc
Last synced: about 1 month ago
JSON representation
An R package of functions I use across projects
- Host: GitHub
- URL: https://github.com/lmullen/mullenmisc
- Owner: lmullen
- License: other
- Created: 2014-03-26T00:21:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T15:47:44.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T04:59:17.070Z (3 months ago)
- Language: R
- Homepage: http://lincolnmullen.com
- Size: 57.6 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mullenMisc
[![Travis-CI Build Status](https://travis-ci.org/lmullen/mullenMisc.png?branch=master)](https://travis-ci.org/lmullen/mullenMisc)
A personal R package for functions I use across projects. To install this package from GitHub, use [devtools](https://github.com/hadley/devtools).
```
# install.packages("devtools")
devtools::install_github("lmullen/mullenMisc")
```You can find a list of the functions using R's help:
```
help(package = "mullenMisc")
```