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

https://github.com/ramhiser/pocketknife

A collection of useful utility functions in R
https://github.com/ramhiser/pocketknife

Last synced: 11 months ago
JSON representation

A collection of useful utility functions in R

Awesome Lists containing this project

README

          

# pocketknife

The R package `pocketknife` contains a variety of useful utility functions.

## Installation

You can install the stable version on [CRAN](http://cran.r-project.org/package=pocketknife):

```r
install.packages('pocketknife', dependencies=TRUE)
```

If you prefer to download the latest version, instead run the following after
installing [devtools](https://github.com/hadley/devtools):

```r
devtools::install_github('ramhiser/pocketknife')
```