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

https://github.com/malcolmbarrett/mbmisc

:lion: :man: A personal R package with functions useful for data analysis, formatting, data visualization, and more.
https://github.com/malcolmbarrett/mbmisc

Last synced: about 2 months ago
JSON representation

:lion: :man: A personal R package with functions useful for data analysis, formatting, data visualization, and more.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

[![Travis build status](https://travis-ci.org/malcolmbarrett/mbmisc.svg?branch=master)](https://travis-ci.org/malcolmbarrett/mbmisc)[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/malcolmbarrett/mbmisc?branch=master&svg=true)](https://ci.appveyor.com/project/malcolmbarrett/mbmisc)

# mbmisc

This is a personal R package. It contains a number of functions I find myself using day to day.

## Installation

You can install `mbmisc` from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("malcolmbarrett/mbmisc")
```