Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")
```